diff options
author | Martin Mares <mj@ucw.cz> | 2000-04-26 14:33:37 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-04-26 14:33:37 +0200 |
commit | 0cadd5f531a82578ea6323f730cf8204b755895f (patch) | |
tree | 949f7a3a185951c974d879b9a300c6229c008b70 /sysdep/unix/io.c | |
parent | dbf3939a53192c093f9f367edb15bf613126e347 (diff) | |
download | bird-0cadd5f531a82578ea6323f730cf8204b755895f.tar bird-0cadd5f531a82578ea6323f730cf8204b755895f.zip |
Removed several FIXME's.
Diffstat (limited to 'sysdep/unix/io.c')
-rw-r--r-- | sysdep/unix/io.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c index 6f2c08e..e50689f 100644 --- a/sysdep/unix/io.c +++ b/sysdep/unix/io.c @@ -459,8 +459,6 @@ sk_setup(sock *s) if (s->ttl == 1 && setsockopt(fd, SOL_SOCKET, SO_DONTROUTE, &one, sizeof(one)) < 0) ERR("SO_DONTROUTE"); #endif - /* FIXME: Set send/receive buffers? */ - /* FIXME: Set keepalive for TCP connections? */ err = NULL; bad: return err; |