Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TCP output: do not block in the destructor if one connection stalls | Matthias P. Braendli | 2017-06-02 | 1 | -2/+3 |
| | |||||
* | Do not use boost::optional for TcpSocket | Matthias P. Braendli | 2016-11-05 | 1 | -3/+10 |
| | | | | | | | 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 | ||||
* | Make deleted TcpSocket constructors public | Matthias P. Braendli | 2016-10-30 | 1 | -2/+2 |
| | |||||
* | Fix dabOutputTCP shutdown using accept() with timeout | Matthias P. Braendli | 2016-10-10 | 1 | -0/+3 |
| | |||||
* | Drop SLIP, Refactor sockets, improve TCP output | Matthias P. Braendli | 2016-09-11 | 1 | -60/+67 |
| | | | | | | | | 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. | ||||
* | rename CRC-DabMux to ODR-DabMux | Matthias P. Braendli | 2014-02-07 | 1 | -4/+4 |
| | |||||
* | added unmodified mmbtools | Matthias (think) | 2012-07-11 | 1 | -0/+97 |