Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closing server prot_listener socket after stream setup failure (esnet…
…#1084) Making sure the server closes prot_listener socket at the end of a session with a client. Without this change the socket may remain open, for example when there is a failure during the UDP stream establishment because the --window value is too high. Closing the socket was added to cleanup_server() as it seems to handle all cases where the socket may remain open.
- Loading branch information