Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-13 | Perform gracious shutdown upon receipt of SIGTERM. Finally we can | Martin Mares | |
test the whole protocol shutdown code... :) | |||
1999-02-13 | Synchronize signals to the main select/event/timer loop. | Martin Mares | |
Parse command line options. | |||
1998-10-19 | Exporting fill_in_sockaddr() for use by other unix-dependent code. | Martin Mares | |
1998-10-18 | Since almost every UNIX system requires different techniques for reading | Martin Mares | |
the kernel routing table as opposed to modifying it which is approximately the same on non-netlink systems, I've split the kernel routing table routines to read and write parts. To be implemented later ;-) | |||
1998-10-18 | Split protocol init to building of protocol list and real protocol init. | Martin Mares | |
Added kernel route table syncer skeleton. | |||
1998-05-26 | Whee, multicast sockets work! | Martin Mares | |
Implemented recurrent timers. | |||
1998-05-24 | Added UNIX implementation of both timers and sockets. Timers should work, | Martin Mares | |
sockets were tested only in TCP mode. main.c now contains some test cases for socket code. |