Closed vlm closed 8 years ago
I am not sure it is the right behavior. Should be closing the socket that we've just accepted, as in tcp_close(as).
tcp_close(as)
https://github.com/sustrik/dsock/blob/master/tcp.c#L189
Correct. It should be as.
Fixed.
I am not sure it is the right behavior. Should be closing the socket that we've just accepted, as in
tcp_close(as)
.https://github.com/sustrik/dsock/blob/master/tcp.c#L189