summaryrefslogtreecommitdiffstats
path: root/tests/socket/socket_test.err
Commit message (Collapse)AuthorAgeFilesLines
* Add osmo_sock_init2() function, allowing both BIND *and* CONNECTHarald Welte2017-04-091-0/+1
| | | | | | | | | The old osmo_sock_init() function allows only either a bind (for a server socket), or a connect (for a client socket), but not both together. So there's no way to have a client socket that is bound to a specific local IP and/or port, which is needed for some use cases. Change-Id: Idab124bcca47872f55311a82d6818aed590965e6
* Add minimal testing of socket.c helper functionsHarald Welte2017-02-081-0/+1
Change-Id: I2773b3859a206f96fb8fa095d50a653d9eeb8d79