1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: lwipv6
Priority: optional
Maintainer: Debian VSquare Team <virtualsquare@cs.unibo.it>
Uploaders: Ludovico Gardenghi <garden@debian.org>, Guido Trotter <ultrotter@debian.org>, Filippo Giunchedi <filippo@debian.org>, Andrea Capriotti <capriott@debian.org>
DM-Upload-Allowed: yes
Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 10), libpcap0.8-dev, libvdeplug-dev, cdbs, quilt
Standards-Version: 4.5.0
Homepage: http://wiki.virtualsquare.org/index.php/LWIPV6
Section: libs
Package: liblwipv6-dev
Section: libdevel
Architecture: any
Depends: liblwipv6-2t64 (= ${binary:Version}), ${misc:Depends}
Conflicts: liblwipv6-1-dev
Replaces: liblwipv6-1-dev
Description: Development files for the LWIPv6 library
LWIPv6 is a user level TCP/IP stack with the following features:
.
Physical layer: ARP support, TUN/TAP/VDE drivers support.
.
Network layer: IP forwarding, fragmentation, NAT, IPv6 Stateless Address
Autoconfiguration, Router Advertising support.
.
Transport layer: TCP: congestion control, RTT estimation, fast recovery, fast
retransmit; UDP.
.
Berkeley Socket API: Protocol families PF_INET, PF_INET6, PF_PACKET, partial
PF_NETLINK support; Socket types SOCK_STREAM, SOCK_DGRAM, SOCK_RAW support.
.
LWIPv6 is used, for instance, by a UMView module to support user level
networking and configuration, usually together with VDE.
.
LWIPv6, along with UMView, is part of the View-OS project:
http://wiki.virtualsquare.org
.
This package contains the files needed to compile applications that link
LWIPv6.
Package: liblwipv6-2t64
Provides: ${t64:Provides}
Replaces: liblwipv6-2
Breaks: liblwipv6-2 (<< ${source:Version})
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: vde2
Description: User level (lightweight) TCP/IP stack with IPv6 support
LWIPv6 is a user level TCP/IP stack with the following features:
.
Physical layer: ARP support, TUN/TAP/VDE drivers support.
.
Network layer: IP forwarding, fragmentation, NAT, IPv6 Stateless Address
Autoconfiguration, Router Advertising support.
.
Transport layer: TCP: congestion control, RTT estimation, fast recovery, fast
retransmit; UDP.
.
Berkeley Socket API: Protocol families PF_INET, PF_INET6, PF_PACKET, partial
PF_NETLINK support; Socket types SOCK_STREAM, SOCK_DGRAM, SOCK_RAW support.
.
LWIPv6 is used, for instance, by a UMView module to support user level
networking and configuration, usually together with VDE.
.
LWIPv6, along with UMView, is part of the View-OS project:
http://wiki.virtualsquare.org
|