mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-09 08:01:31 +00:00
tstest/natlab: add comments to conns4/conns6.
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
@@ -207,8 +207,8 @@ type Machine struct {
|
||||
interfaces []*Interface
|
||||
routes []routeEntry // sorted by longest prefix to shortest
|
||||
|
||||
conns4 map[netaddr.IPPort]*conn
|
||||
conns6 map[netaddr.IPPort]*conn
|
||||
conns4 map[netaddr.IPPort]*conn // conns that want IPv4 packets
|
||||
conns6 map[netaddr.IPPort]*conn // conns that want IPv6 packets
|
||||
}
|
||||
|
||||
func (m *Machine) deliverIncomingPacket(p []byte, dst, src netaddr.IPPort) {
|
||||
|
Reference in New Issue
Block a user