Fredrik Haugseth
Results
2
issues of
Fredrik Haugseth
When running `tneat` as a server on Linux as follows: `$ ./tneat -P prop_sctp.json` and connecting to this server with tneat on FreeBSD as follows: `$ ./tneat -P prop_sctp.json `...
I experience two issues when flows are closed: 1. If the remote peer closes a connection, `on_close()` will be called because `recv` returns 0, but the socket associated with the...