Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore connection attempts while server is shutting down
Currently we still allow clients to connect while the server is waiting to shut down. This window is very small (2s) and is only used when explicit-exit-notify is enabled on the server side. The chance of a client connecting during this time period is very low unless someone puts something stupid like --connect-retry 1 3 into his/her client config and forces the client to reconnect during this time period. Github: #189 Signed-off-by: Arne Schwabe <[email protected]> Acked-by: Gert Doering <[email protected]> Message-Id: <[email protected]> URL: https://www.mail-archive.com/[email protected]/msg25638.html Signed-off-by: Gert Doering <[email protected]> (cherry picked from commit 7d0a903)
- Loading branch information