bird/sysdep
Martin Mares f545d38707 Added universal locking mechanism which will solve problems
with protocols wanting to use the same port on the same interface
during reconfiguration time.

How to use locks: In the if_notify hook, just order locks for the
interfaces you want to work with and do the real socket opening after the
lock hook function gets called. When you stop using the socket, close
it and rfree() the lock.

Please update your protocols to use the new locking mechanism.
1999-12-09 18:54:20 +00:00
..
cf Basic support for IPv6. The system-dependent part doesn't work yet, 1999-08-03 19:36:06 +00:00
linux Temporary work-arounds for multicast problems. Needs further investigation. 1999-12-08 15:12:54 +00:00
unix Added universal locking mechanism which will solve problems 1999-12-09 18:54:20 +00:00
autoconf.h.in Configure PATH_CONTROL_SOCKET. 1999-10-29 10:08:09 +00:00
config.h The CLI I/O functions work as desired. 1999-10-31 15:43:44 +00:00