aboutsummaryrefslogtreecommitdiffstats
path: root/tests/socket/socket_test.err
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-04-08 20:52:33 +0200
committerHarald Welte <laforge@gnumonks.org>2017-04-08 21:26:12 +0200
commitff60be3726fc766e27ad7d5890b11405b8c70041 (patch)
treeaa9160f84ffaac2d7f9a1b93c50bfcda9a5d9ac6 /tests/socket/socket_test.err
parent18a62b04887d8c6f6d338404330391a66c337b69 (diff)
Add osmo_sock_init2() function, allowing both BIND *and* CONNECTlaforge/sock2
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
Diffstat (limited to 'tests/socket/socket_test.err')
-rw-r--r--tests/socket/socket_test.err1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/socket/socket_test.err b/tests/socket/socket_test.err
index 5367239c..ed6e1865 100644
--- a/tests/socket/socket_test.err
+++ b/tests/socket/socket_test.err
@@ -1 +1,2 @@
invalid: both bind and connect flags set: 0.0.0.0:0
+invalid: you have to specify either BIND or CONNECT flags