summaryrefslogtreecommitdiff
path: root/benchmarks/iperf/files/patch-src__Client.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - If the network card's buffer is full, send returns -1 and setsMarcus Alves Grando2006-12-131-0/+16
errno to ENOBUFS, which causes issues with the UDP bandwidth tests. Check if errno != ENOBUFS after write(2). - Bump PORTREVISION Submitted by: Ryan T. Dean <rtdean___tcamail.net> Notes: svn path=/head/; revision=179661