mirror of
https://github.com/slackhq/nebula.git
synced 2026-05-15 20:37:36 +02:00
drop runtime.LockOSThread() on listenOut
This commit is contained in:
@@ -263,8 +263,6 @@ func (f *Interface) run() {
|
||||
}
|
||||
|
||||
func (f *Interface) listenOut(i int) {
|
||||
runtime.LockOSThread()
|
||||
|
||||
var li udp.Conn
|
||||
if i > 0 {
|
||||
li = f.writers[i]
|
||||
|
||||
Reference in New Issue
Block a user