- Non-blocking connect()s.
- Socket handling revamped to use sockaddr_t. - tinc can now tunnel over IPv6. - Handle all addresses and subnets in network byte order. Only convert them when they need to be printed. - IPv6 subnets bigger than /128 now work. - Use %s and strerror(errno) instead of %m.
This commit is contained in:
parent
fc674eaae1
commit
c2b9c06062
33 changed files with 2487 additions and 2018 deletions
|
@ -9,6 +9,9 @@ src/conf.c
|
|||
src/connection.c
|
||||
src/meta.c
|
||||
src/net.c
|
||||
src/net_packet.c
|
||||
src/net_setup.c
|
||||
src/net_socket.c
|
||||
src/netutl.c
|
||||
src/protocol.c
|
||||
src/protocol_auth.c
|
||||
|
@ -25,5 +28,6 @@ src/edge.c
|
|||
src/graph.c
|
||||
src/linux/device.c
|
||||
src/freebsd/device.c
|
||||
src/openbsd/device.c
|
||||
src/solaris/device.c
|
||||
src/netbsd/device.c
|
||||
src/openbsd/device.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue