DUNE-DAQ / iomanager

Package providing a unified API
0 stars 0 forks source link

Revert a change made during reconnection_test development that makes … #47

Closed eflumerf closed 1 year ago

eflumerf commented 1 year ago

…things behave much worse...

eflumerf commented 1 year ago

The idea behind this change was trying to make the senders realize faster that the receiver had gone away, but the ultimate solution was to change a socket option in ipm. This change got left in, even though it didn't do what it was supposed to do, and I now realize that it is also making Senders go back to NetworkManager (possibly doing queries to ConnectivityService) each time they want to send.