On Mon, May 19, 2014 at 2:16 PM, Bruno Jesus <00cpxxx@gmail.com> wrote:
send() will ever use a single wsabuffer structure and most common
applications use of WSASend() will also send a single buffer. Saves
over 6 thousand calls to HeapAlloc in make test.
In (very non-scientific) timing runs, these two patches reduced valgrind test time by ~20% (5 vs 4 minutes), thanks!