diff options
Diffstat (limited to 'src/tcp.c')
-rw-r--r-- | src/tcp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -73,6 +73,7 @@ static t_opt optget[] = { | |||
73 | {"reuseaddr", opt_get_reuseaddr}, | 73 | {"reuseaddr", opt_get_reuseaddr}, |
74 | {"tcp-nodelay", opt_get_tcp_nodelay}, | 74 | {"tcp-nodelay", opt_get_tcp_nodelay}, |
75 | {"linger", opt_get_linger}, | 75 | {"linger", opt_get_linger}, |
76 | {"error", opt_get_error}, | ||
76 | {NULL, NULL} | 77 | {NULL, NULL} |
77 | }; | 78 | }; |
78 | 79 | ||