summaryrefslogtreecommitdiffhomepage
path: root/netio.c
AgeCommit message (Collapse)Author
2018-01-26bind to port as well with -bMatt Johnston
2018-01-26cli_bind_address_connecthouseofkodai
* replaces -b dummy option in dbclient to be similar with openssh -b option * useful in multi-wan connections
2018-01-25Server chosen tcpfwd ports (#43)houseofkodai
Server chosen tcpfwd ports
2017-08-19Pointer parameter could be declared as pointing to constFrancois Perrad
2017-06-23test for linux/pkt-sched.h rather than SO_PRIORITYMatt Johnston
2016-06-19make sure socket is of the right domainMatt Johnston
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2015-09-29avoid invalidated iterator when connection failsMatt Johnston
2015-08-03Don't try to send data on first ack packet of 3way handshake.Matt Johnston
Cisco SSH on 15.4(3)M2 or similar can't handle it.
2015-06-04Merge pull request #13 from gazoo74/fix-warningsMatt Johnston
Fix warnings
2015-05-29separate client/server fastopen optionsMatt Johnston
2015-05-05Fix pointer differ in signess warnings [-Werror=pointer-sign]Gaƫl PORTAY
2015-04-17Should be AF_UNSPEC not PF_UNSPECMatt Johnston
2015-04-14fastopen code was totally brokenMatt Johnston
2015-03-20Fix when iov queue is largeMatt Johnston
2015-03-20avoid malloc for iovecMatt Johnston
2015-03-16dropbear_assert() rather than assert()Matt Johnston
2015-03-11strdup strerrorMatt Johnston
2015-03-03Fix error handling for dbclient async connectMatt Johnston
2015-02-28Better failure handlingMatt Johnston
2015-02-28Add cleanupMatt Johnston
--HG-- branch : fastopen
2015-02-27EINPROGRESS for sendmsg() means it's working OKMatt Johnston
--HG-- branch : fastopen
2015-02-26ignore any sendmsg() errorsMatt Johnston
--HG-- branch : fastopen
2015-02-21get rid of some unnecessary codeMatt Johnston
--HG-- branch : fastopen
2015-02-20avoid some warningsMatt Johnston
--HG-- branch : fastopen
2015-02-20Fixes for backwards compatibilityMatt Johnston
--HG-- branch : fastopen
2015-02-20Move generic network routines to netio.cMatt Johnston
--HG-- branch : fastopen