Searched defs:smb_nt_tcp_rcvbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_negotiate.c226 * IR104720 Increased smb_nt_tcp_rcvbuf from 40KB to just under 1MB to allow
231 static uint32_t smb_nt_tcp_rcvbuf = 1048560; /* scale factor of 4 */ variable
521 SO_RCVBUF, (const void *)&smb_nt_tcp_rcvbuf,
522 sizeof (smb_nt_tcp_rcvbuf), CRED());

Completed in 58 milliseconds