aboutsummaryrefslogtreecommitdiffstats
path: root/src/TcpSocket.cpp
Commit message (Collapse)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
| | | | | | | Older boost versions require T to be copy-constructable in optional<T>. This is not the case for TcpSocket, which is only move-constructable. Fixes compilation on debian jessie
* 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
| | | | | | | | Quite a large refactoring of the sockets, TCP and UDP, in order to improve the ETI-over-TCP output. This can now accept several simultaneous connections, and requires a throttle. The SLIP input is gone. The UDP inputs are currently broken.
* 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