aboutsummaryrefslogtreecommitdiffstats
path: root/lib/socket.h
Commit message (Expand)AuthorAgeFilesLines
* Multihop BGP was completely broken, because listening socket has alwaysOndrej Zajicek2008-11-011-0/+1
* Implementation of MD5 authentication of BGP sessions.Ondrej Zajicek2008-10-261-0/+2
* OSPF is ready for changing MTU.Ondrej Filip2004-06-041-0/+1
* Rewritten the I/O loop. All socket operations are now safe, meaning thatMartin Mares2004-05-311-5/+3
* Defined sk_close() which closes the socket safely even if called fromMartin Mares2000-03-301-1/+3
* Implemented unix-domain sockets.Martin Mares1999-10-291-0/+3
* Added sk_send_buffer_empty().Martin Mares1999-05-311-0/+6
* Fixed a couple of bugs in handling of multicast sockets.Martin Mares1999-04-121-2/+10
* Added SK_MAGIC type sockets for internal use by system dependent code,Martin Mares1999-03-011-1/+2
* Added few socket declarations.Martin Mares1998-05-241-15/+24
* Added declarations of all our socket functions.Martin Mares1998-05-241-1/+37
* Changed #include <x/y> to #include "x/y" for our local includes, so thatMartin Mares1998-04-281-1/+1
* First look at data structures. More to come tomorrow...Martin Mares1998-04-221-0/+16