mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-08 09:07:44 +00:00
net/packet: fix typo in comment
Change-Id: Ia666609fde18db44bf38d4e656f490fc372ac3b6 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
3e50a265be
commit
390490e7b1
@ -52,7 +52,7 @@ type Parsed struct {
|
|||||||
Src netaddr.IPPort
|
Src netaddr.IPPort
|
||||||
// DstIP4 is the destination address. Family matches IPVersion.
|
// DstIP4 is the destination address. Family matches IPVersion.
|
||||||
Dst netaddr.IPPort
|
Dst netaddr.IPPort
|
||||||
// TCPFlags is the packet's TCP flag bigs. Valid iff IPProto == TCP.
|
// TCPFlags is the packet's TCP flag bits. Valid iff IPProto == TCP.
|
||||||
TCPFlags TCPFlag
|
TCPFlags TCPFlag
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user