diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2017-01-30 19:17:38 +0100 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@google.com> | 2017-01-30 21:00:45 +0100 |
| commit | 1f7f5daef8b9d4665e463bd842c701b4db27f56b (patch) | |
| tree | 3b8af0bd368cf9ccc1ebc130c50a4f41dabf320c /sys/decl.go | |
| parent | 4ee789185bc215d62e9cfa92e23a8de2760789cb (diff) | |
prog, sys: add tcp packets descriptions
Also embed tcp checksums into packets.
Diffstat (limited to 'sys/decl.go')
| -rw-r--r-- | sys/decl.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/decl.go b/sys/decl.go index 57d788576..ba1806836 100644 --- a/sys/decl.go +++ b/sys/decl.go @@ -194,6 +194,7 @@ type CsumKind int const ( CsumIPv4 CsumKind = iota + CsumTCP ) type CsumType struct { |
