diff options
author | Sander Vrijders <[email protected]> | 2018-10-03 15:32:22 +0200 |
---|---|---|
committer | Dimitri Staessens <[email protected]> | 2018-10-03 15:55:52 +0200 |
commit | 937adca2a718b160b6d42bb8a3f28d96321fdb49 (patch) | |
tree | 8bb9fc76d36676cf18d52349081d8e067a38f16b /src/lib/dev.c | |
parent | c9a54ee6b45c8566cf2d24f9763907451b50f7c1 (diff) | |
download | ouroboros-937adca2a718b160b6d42bb8a3f28d96321fdb49.tar.gz ouroboros-937adca2a718b160b6d42bb8a3f28d96321fdb49.zip |
ipcpd: Use non-blocking socket in Ethernet IPCP
Since the Ethernet IPCP now has multiple reader threads it was
possible that both exit the select call, which caused one of the two
threads to block on the recv call. This makes the socket non-blocking
so that the recv call simply fails.
Signed-off-by: Sander Vrijders <[email protected]>
Signed-off-by: Dimitri Staessens <[email protected]>
Diffstat (limited to 'src/lib/dev.c')
0 files changed, 0 insertions, 0 deletions