aboutsummaryrefslogtreecommitdiffstats
path: root/sys/decl.go
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@gmail.com>2017-02-06 20:29:56 +0100
committerGitHub <noreply@github.com>2017-02-06 20:29:56 +0100
commite1091cba8e2ba2bfd1b097bda4f455a5da7507ac (patch)
tree4cc87b8d0761a80a1796edccde72eda2584f6dab /sys/decl.go
parent0fc888220a6b32ba7903f1907e8c2cc64d1df3a1 (diff)
parentb4bdefbe9be8d3d502db5e775aa85cd5c38463db (diff)
Merge pull request #131 from xairy/tun-icmp
prog, sys: add icmp descriptions and checksum
Diffstat (limited to 'sys/decl.go')
-rw-r--r--sys/decl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/decl.go b/sys/decl.go
index 77fbfbc51..6b4d24f37 100644
--- a/sys/decl.go
+++ b/sys/decl.go
@@ -193,7 +193,7 @@ type ProcType struct {
type CsumKind int
const (
- CsumIPv4 CsumKind = iota
+ CsumInet CsumKind = iota
CsumTCP
CsumUDP
)