bird/proto/bgp
Martin Mares 38a608c55a Rewritten the I/O loop. All socket operations are now safe, meaning that
you can delete the socket from anywhere in the hooks and nothing should break.
Also, the receive/transmit buffers are now regular xmalloc()'ed buffers,
not separate resources which would need shuffling around between pools.

sk_close() is gone, use rfree() instead.
2004-05-31 21:48:19 +00:00
..
attrs.c Added missing semicolons. 2002-11-13 08:46:12 +00:00
bgp.c Rewritten the I/O loop. All socket operations are now safe, meaning that 2004-05-31 21:48:19 +00:00
bgp.h Better selection of link-local NLRI addresses, at least for our own 2003-02-22 22:47:45 +00:00
config.Y path metric' and disable after error' are switches, not numeric clauses. 2000-05-29 22:08:04 +00:00
Doc BGP documented. 2000-06-04 17:06:18 +00:00
Makefile Construction of BGP packets. 2000-03-21 15:53:50 +00:00
packets.c Updated a comment. 2003-02-23 10:22:04 +00:00