mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3: allow to set TCP_NODELAYACK socket option on AIX
this is the AIX way to disable delayed ACKs, the same like TCP_QUICKACK on Linux Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Tue Nov 15 21:00:07 CET 2011 on sn-devel-104
This commit is contained in:
parent
31cd1fbd2b
commit
383a918322
@ -803,6 +803,9 @@ static const smb_socket_option socket_options[] = {
|
||||
#ifdef TCP_QUICKACK
|
||||
{"TCP_QUICKACK", IPPROTO_TCP, TCP_QUICKACK, 0, OPT_BOOL},
|
||||
#endif
|
||||
#ifdef TCP_NODELAYACK
|
||||
{"TCP_NODELAYACK", IPPROTO_TCP, TCP_NODELAYACK, 0, OPT_BOOL},
|
||||
#endif
|
||||
#ifdef TCP_KEEPALIVE_THRESHOLD
|
||||
{"TCP_KEEPALIVE_THRESHOLD", IPPROTO_TCP, TCP_KEEPALIVE_THRESHOLD, 0, OPT_INT},
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user