X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mac%2Fotnet.c;h=35d3b16cb0c15e37395c488ed126ab9314507946;hb=20f433efac8908e7024b3ae78fd8f6d3313f4d09;hp=7881e02ad3edf69fc740c7a37ed8ea1b8ec64cf1;hpb=6bcac21e36c648736f06a86d97eebd41a9a0c271;p=PuTTY.git diff --git a/mac/otnet.c b/mac/otnet.c index 7881e02a..35d3b16c 100644 --- a/mac/otnet.c +++ b/mac/otnet.c @@ -234,7 +234,7 @@ Socket ot_register(void *sock, Plug plug) } Socket ot_new(SockAddr addr, int port, int privport, int oobinline, - int nodelay, Plug plug) + int nodelay, int keepalive, Plug plug) { static struct socket_function_table fn_table = { ot_tcp_plug, @@ -281,7 +281,7 @@ Socket ot_new(SockAddr addr, int port, int privport, int oobinline, return (Socket) ret; } - /* TODO: oobinline, nodelay */ + /* TODO: oobinline, nodelay, keepalive */ /* * Bind to local address.