A variety of fixes to try combat the multicast issue

This commit is contained in:
Asim Aslam
2019-12-01 19:36:16 +00:00
parent 6f1c30aef5
commit c840cee404
4 changed files with 17 additions and 17 deletions

View File

@@ -88,7 +88,7 @@ func (t *tunListener) process() {
// the link the message was received on
link: m.link,
// set the connection mode
mode: t.session.mode,
mode: m.mode,
// close chan
closed: make(chan bool),
// recv called by the acceptor