DmitryGostev

Results 1 issues of DmitryGostev

The bug occurs when the client connects instantly after listen(), getSn_SR(sn) never returns SOCK_LISTEN, but returns SOCK_ESTABLISHED. In this case listen() calls close(sn) and returns SOCKERR_SOCKCLOSED. Possible fix: socket.c, int8_t...