mirror of https://github.com/cbeuw/Cloak
Client session establishment log
This commit is contained in:
parent
76369f337f
commit
3a42ca5983
|
|
@ -190,6 +190,8 @@ start:
|
|||
}
|
||||
wg.Wait()
|
||||
|
||||
log.Printf("Session %v established", sessionID)
|
||||
|
||||
for {
|
||||
if sesh.IsBroken() {
|
||||
goto start
|
||||
|
|
|
|||
Loading…
Reference in New Issue