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 (
Expand
)
Author
2014-03-14
Adjust copyright years
Matthias Schiffer
2014-03-10
Remove aligned data_t type again
Matthias Schiffer
2014-01-27
Add an aligned uint8_t type data_t and use it to ensure the alignment of vari...
Matthias Schiffer
2013-11-29
Compile with -std=c99 and restructure some code to ensure there is no invalid...
Matthias Schiffer
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 in...
Matthias Schiffer
2013-10-16
Initiate handshake when a packet can't be sent because the local address is i...
Matthias Schiffer
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
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