X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/f85e6f6edb2c9415bc10bd2015479d72ea8c5ae2..b59743d5e8caf832964543fab86839220e72cc90:/mac/mtcpnet.c diff --git a/mac/mtcpnet.c b/mac/mtcpnet.c index a8404b7a..791557d2 100644 --- a/mac/mtcpnet.c +++ b/mac/mtcpnet.c @@ -410,7 +410,7 @@ Socket mactcp_register(void *sock, Plug plug) static TCPNotifyUPP mactcp_asr_upp; Socket mactcp_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 = { mactcp_plug,