Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2002 00:38:11 -0700 (PDT)
From:      Boris Popov <bp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netsmb smb_trantcp.c smb_trantcp.h
Message-ID:  <200209180738.g8I7cBq3061828@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bp          2002/09/18 00:38:11 PDT

  Modified files:
    sys/netsmb           smb_trantcp.c smb_trantcp.h 
  Log:
  Increase send/receive queue to accomodate large readx/writex requests.
  
  Receive packets in a small pieces (NB_SORECEIVE_CHUNK), so TCP slowstart will
  get its ACKs faster.
  
  Obtained from:  Darwin
  
  Revision  Changes    Path
  1.13      +68 -20    src/sys/netsmb/smb_trantcp.c
  1.3       +10 -2     src/sys/netsmb/smb_trantcp.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209180738.g8I7cBq3061828>