1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 12:02:47 -05:00

Configurable TCP_NODELAY option on network connections

[originally from svn r1428]
This commit is contained in:
Simon Tatham
2001-11-29 21:47:11 +00:00
parent 43a4339ac5
commit 3270c74f9e
15 changed files with 47 additions and 20 deletions

View File

@ -68,7 +68,7 @@ void sk_getaddr(SockAddr addr, char *buf, int buflen);
void sk_addr_free(SockAddr addr);
Socket sk_new(SockAddr addr, int port, int privport, int oobinline,
Plug p);
int nodelay, Plug p);
Socket sk_newlistener(int port, Plug plug, int local_host_only);