lib/connections: Add KCP support (fixes #804)
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3489
This commit is contained in:
committed by
Jakob Borg
parent
151004d645
commit
0da0774ce4
2
vendor/golang.org/x/net/ipv4/packet.go
generated
vendored
2
vendor/golang.org/x/net/ipv4/packet.go
generated
vendored
@@ -64,7 +64,7 @@ func slicePacket(b []byte) (h, p []byte, err error) {
|
||||
//
|
||||
// The IPv4 header h must contain appropriate fields that include:
|
||||
//
|
||||
// Version = ipv4.Version
|
||||
// Version = <must be specified>
|
||||
// Len = <must be specified>
|
||||
// TOS = <must be specified>
|
||||
// TotalLen = <must be specified>
|
||||
|
||||
Reference in New Issue
Block a user