Fix loopback cruft

This commit is contained in:
Asim Aslam
2019-08-29 12:42:27 +01:00
parent 6ab86c9e57
commit 00ab58f61b
4 changed files with 50 additions and 15 deletions

View File

@@ -43,6 +43,8 @@ func (t *tunListener) process() {
session: m.session,
// is loopback conn
loopback: m.loopback,
// the link the message was received on
link: m.link,
// close chan
closed: make(chan bool),
// recv called by the acceptor