aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
AgeCommit message (Expand)Author
2020-06-12chore: Change applicable function arguments from 'char *' to 'const char *' (...David Bar-On
2017-11-14Remove unused functions (#668)Todd C. Miller
2017-05-17Issue 216 (#581)Bruce A. Mah
2017-04-14add support for specifying --dscp symbolically and numerically (#508)Dave Täht
2014-09-29Update license and copyright text to conform to LBNL standards.Bruce A. Mah
2014-09-15specify client-side port: UDP supportKevin Constantine
2014-04-09Get rid of definitions of ntohll and htonll that were broken on FreeBSD.Bruce A. Mah
2013-03-29Dual-stack operation - IPv4 and IP46 in the same server.Jef Poskanzer
2013-03-12Improved setnonblocking() to set the flag on or off instead of just on.Jef Poskanzer
2013-03-04A bunch of changes mixed together in this commit, but the significantJef Poskanzer
2013-02-28Improved version of setnonblocking() - still not used.Jef Poskanzer
2013-02-22Added "burst mode" to send a bunch of packets in a row withoutJef Poskanzer
2013-02-18Comment out the "__attribute__((hot))" declarations because they causeJef Poskanzer
2013-02-18Added some "hot" attributes to mark a few routines that deserveJef Poskanzer
2012-12-13Allow API client to provide an fd for the client-side control socket.Jef Poskanzer
2011-04-20update license info for all source filesJon Dugan
2010-07-27Added support for IPv6 mode (-6)sethdelliott
2010-07-26Added support for binding (-B) to a specific interfacesethdelliott
2010-07-14Added support for UDP mode (-b mode not yet supported). Added htonll/ntohll f...sethdelliott
2010-06-30The server now runs until terminated by the user. Also fixed several memory l...sethdelliott
2010-06-28Updates to Nread/Nwrite in net.csethdelliott
2009-11-02lots of code restructuringBrian Tierney
2009-10-27more cleanup of TCP/UDP codeBrian Tierney
2009-10-22more cleanup; TCP works again now, lots of debug messages still in thereBrian Tierney
2009-02-24initial commit of new codeJon Dugan