mirror of
https://github.com/cbeuw/Cloak.git
synced 2024-11-11 13:11:03 +00:00
cfbf0dfcb6
* Fix critical bugs in session opening for TCP and UDP in case of Singleplex mode. - In case of TCP, don't open the session in the listener accept thread. This causes resource exhaustion of the tcp listener backlog queue in case of internet connection disruption or timeout. - In case of UDP, don't create a new session for every UDP packet. * Fix race in integration test. * Fix race condition in session maker * Code style improvements * Explicit session.Close() call is indeed needed Co-authored-by: Andy Wang <cbeuw.andy@gmail.com> |
||
---|---|---|
.. | ||
auth_test.go | ||
auth.go | ||
chrome_test.go | ||
chrome.go | ||
connector.go | ||
firefox_test.go | ||
firefox.go | ||
piper.go | ||
state_test.go | ||
state.go | ||
TLS_test.go | ||
TLS.go | ||
transport.go | ||
websocket.go |