index
:
fastd
master
Fast and Secure Tunnelling Daemon
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
send.c
Age
Commit message (
Collapse
)
Author
2013-11-29
Compile with -std=c99 and restructure some code to ensure there is no ↵
Matthias Schiffer
invalid aliasing (hopefully)
2013-10-19
Get rid of packet.h
Matthias Schiffer
2013-10-17
Use the default delay before a handshake is sent when the local address is ↵
Matthias Schiffer
invalid Sending it right away will make crossed handshakes more probable which is especially painful when roaming, so it's better to add the delay.
2013-10-16
Initiate handshake when a packet can't be sent because the local address is ↵
Matthias Schiffer
invalid
2013-10-16
Fix fast roaming when local IP address has changed
Matthias Schiffer
2013-10-04
Fix source address choice for IPv4 on Linux
Matthias Schiffer
2013-09-03
Add packet/byte statistics
Matthias Schiffer
2013-08-30
Demote some sendmsg warnings to debug and debug2 levels
Matthias Schiffer
2013-08-20
Use v4-mapped addresses for IPv4 peers on IPv6 sockets
Matthias Schiffer
This is needed at least on FreeBSD
2013-08-07
Unset msg_control when no ancillary data is to be sent
Matthias Schiffer
2013-08-07
Guard socket options not available on FreeBSD
Matthias Schiffer
2013-07-25
Move send functions out of fastd.c
Matthias Schiffer