diff options
Diffstat (limited to 'tun/tuntest/tuntest.go')
-rw-r--r-- | tun/tuntest/tuntest.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tun/tuntest/tuntest.go b/tun/tuntest/tuntest.go index 80ccdf9..92aa9d8 100644 --- a/tun/tuntest/tuntest.go +++ b/tun/tuntest/tuntest.go @@ -79,7 +79,6 @@ func genICMPv4(payload []byte, dst, src net.IP) []byte { return pkt } -// TODO(crawshaw): find a reusable home for this. package devicetest? type ChannelTUN struct { Inbound chan []byte // incoming packets, closed on TUN close Outbound chan []byte // outbound packets, blocks forever on TUN close |