]> git.ipfire.org Git - thirdparty/bird.git/commit
Added UNIX implementation of both timers and sockets. Timers should work,
authorMartin Mares <mj@ucw.cz>
Sun, 24 May 1998 14:50:18 +0000 (14:50 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 24 May 1998 14:50:18 +0000 (14:50 +0000)
commitb5d9ee5c878b41ffbc138be171d700992e9d78c7
treee7f923e948e2a7ed84745dff90e36d409e4c3aad
parent6d45cf21be3f979ba4e8a1a5f557663618fadfb3
Added UNIX implementation of both timers and sockets. Timers should work,
sockets were tested only in TCP mode. main.c now contains some test
cases for socket code.
sysdep/unix/io.c [new file with mode: 0644]
sysdep/unix/main.c
sysdep/unix/unix.h [new file with mode: 0644]