mirror of https://github.com/cbeuw/Cloak
Make client side sessionID consistent with server
This commit is contained in:
parent
3ee868da6d
commit
76369f337f
|
|
@ -171,7 +171,7 @@ start:
|
|||
valve := mux.MakeValve(1e12, 1e12, &UNLIMITED, &UNLIMITED)
|
||||
obfs := mux.MakeObfs(sta.UID)
|
||||
deobfs := mux.MakeDeobfs(sta.UID)
|
||||
sesh := mux.MakeSession(0, valve, obfs, deobfs, util.ReadTLS)
|
||||
sesh := mux.MakeSession(sessionID, valve, obfs, deobfs, util.ReadTLS)
|
||||
|
||||
var wg sync.WaitGroup
|
||||
for i := 0; i < sta.NumConn; i++ {
|
||||
|
|
|
|||
Loading…
Reference in New Issue