summaryrefslogtreecommitdiffstats
path: root/src/TcpSocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Explicity call ::bind()Matthias P. Braendli2017-12-081-1/+1
* Use correct socket for setsockopt SO_NOSIGPIPEMatthias P. Braendli2017-12-081-1/+1
* Portability: check for MSG_NOSIGNAL and SO_NOSIGPIPEMatthias P. Braendli2017-12-081-2/+17
* TCP output: do not block in the destructor if one connection stallsMatthias P. Braendli2017-06-021-2/+20
* Only initialise the socket in TcpSocket when necessaryMatthias P. Braendli2016-11-071-17/+16
* Do not use boost::optional for TcpSocketMatthias P. Braendli2016-11-051-2/+8
* Replace select() by poll() for TcpSocket acceptMatthias P. Braendli2016-10-101-10/+5
* Fix dabOutputTCP shutdown using accept() with timeoutMatthias P. Braendli2016-10-101-0/+28
* Drop SLIP, Refactor sockets, improve TCP outputMatthias P. Braendli2016-09-111-287/+98
* Enable and take care of some warningsMatthias P. Braendli2015-04-231-1/+1
* rename CRC-DabMux to ODR-DabMuxMatthias P. Braendli2014-02-071-4/+4
* added unmodified mmbtoolsMatthias (think)2012-07-111-0/+366