From 1f7f5daef8b9d4665e463bd842c701b4db27f56b Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Mon, 30 Jan 2017 19:17:38 +0100 Subject: prog, sys: add tcp packets descriptions Also embed tcp checksums into packets. --- sys/decl.go | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/decl.go') 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 { -- cgit mrf-deployment