|
@@ -188,6 +188,8 @@ struct TCP_Server_Info {
|
|
|
/* multiplexed reads or writes */
|
|
|
unsigned int maxBuf; /* maxBuf specifies the maximum */
|
|
|
/* message size the server can send or receive for non-raw SMBs */
|
|
|
+ /* maxBuf is returned by SMB NegotiateProtocol so maxBuf is only 0 */
|
|
|
+ /* when socket is setup (and during reconnect) before NegProt sent */
|
|
|
unsigned int max_rw; /* maxRw specifies the maximum */
|
|
|
/* message size the server can send or receive for */
|
|
|
/* SMB_COM_WRITE_RAW or SMB_COM_READ_RAW. */
|