]> granicus.if.org Git - curl/commit
- Constantine Sapuntzakis: The current implementation will always set
authorDaniel Stenberg <daniel@haxx.se>
Thu, 1 Oct 2009 07:05:07 +0000 (07:05 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 1 Oct 2009 07:05:07 +0000 (07:05 +0000)
commit5ed274d0b7483085d5d8642daddace93b41316e7
tree60d07f1fb3d30d6218945f5b40e262931f6b5c14
parent4271f44a9ec2d505bdf506e1959850c35ee756a6
- Constantine Sapuntzakis: The current implementation will always set
  SO_SNDBUF to CURL_WRITE_SIZE even if the SO_SNDBUF starts out larger.  The
  patch doesn't do a setsockopt if SO_SNDBUF is already greater than
  CURL_WRITE_SIZE. This should help folks who have set up their computer with
  large send buffers.
CHANGES
RELEASE-NOTES
lib/connect.c