aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/postal/files/patch-tcp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* benchmarks/postal: Unbreak on CURRENTTobias Kortkamp2019-05-061-0/+9
| | | | | | | | | | | tcp.cpp:135:10: error: assigning to 'int' from incompatible type '__bind<int &, sockaddr *&, unsigned long>' rc = bind(m_fd, source, sizeof(struct sockaddr_in)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p500844_s347134/logs/errors/postal-0.73_3.log Notes: svn path=/head/; revision=500932
* benchmarks/postal: Support DEFAULT_VERSIONS+=sslJohn Marino2016-11-051-1/+9
| | | | | | | | The newest version of OpenSSL doesn't have SSLv3_method, similar to LibreSSL, so update the patches to support both. Notes: svn path=/head/; revision=425391
* Cleanup patches, category benchmarksMathieu Arnold2016-07-271-3/+3
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419178
* Use SSLv3 instead of SSLv2 when OpenSSL is used. This fixes build on head.Jung-uk Kim2015-03-231-0/+15
Notes: svn path=/head/; revision=382045