diff options
Diffstat (limited to 'net/packet/header.go')
| -rw-r--r-- | net/packet/header.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/packet/header.go b/net/packet/header.go index 86680a5a7..5cf4ef650 100644 --- a/net/packet/header.go +++ b/net/packet/header.go @@ -10,6 +10,7 @@ import ( ) const tcpHeaderLength = 20 +const sctpHeaderLength = 12 // maxPacketLength is the largest length that all headers support. // IPv4 headers using uint16 for this forces an upper bound of 64KB. |
