- Added support for jumbograms.
[tinc] / src / net_setup.c
2002-03-22 Guus Sliepen- Added support for jumbograms.
2002-03-18 Guus SliepenRemember sockaddrs of listening sockets, use appropriat...
2002-03-10 Guus SliepenDon't retry to make outgoing connections when exitting.
2002-03-01 Guus SliepenCheck if BindToDevice and PriorityInheritance are suppo...
2002-03-01 Guus Sliepen- Global time_t now, so that we don't have to call...
2002-03-01 Guus SliepenCreate/bind TCP and UDP listening sockets in pairs.
2002-03-01 Guus SliepenFix listening sockets.
2002-02-26 Guus SliepenAllow multiple listening sockets.
2002-02-20 Guus Sliepen- Use gai_strerror() where appropriate
2002-02-20 Guus SliepenProtocol now also exchanges cipher/digest/maclength...
2002-02-20 Guus SliepenUse AF_UNSPEC for listening sockets if AddressFamily...
2002-02-18 Guus Sliepen- Non-blocking connect()s.