• Robert Schmidt's avatar
    Lower RFsim EAGAIN error message to debug message · 09652061
    Robert Schmidt authored
    We set the RFsim TCP socket to non-blocking. Thus, it may happen that we
    cannot write() to the socket when the kernel cannot handle the request,
    in which case we wait some time before trying again. This is the
    correct/expected behavior.
    
    Since this is *normal*, an error message is not justified; we did not
    even print a message in this case before commit 21790f9c introduced it.
    09652061
simulator.c 43.1 KB