package srt import ( "net" ) type Tunnel struct { socket net.PacketConn peer net.Addr queue chan *Packet broken bool }