mirror of
https://github.com/yggdrasil-network/yggstack.git
synced 2025-04-27 21:55:07 +03:00
Spawn proxy thread on every connection
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
parent
e70c1444bb
commit
c09e2fb534
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ func main() {
|
|||
_ = c.Close()
|
||||
continue
|
||||
}
|
||||
types.ProxyTCP(n.core.MTU(), c, r)
|
||||
go types.ProxyTCP(n.core.MTU(), c, r)
|
||||
}
|
||||
}(mapping)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue