Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(105)

Unified Diff: ipv4/control_nonpktinfo.go

Issue 97800043: code review 97800043: go.net/ipv4: add support for dragonfly (Closed)
Patch Set: diff -r 9c33002573cb https://code.google.com/p/go.net Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipv4/control_linux.go ('k') | ipv4/control_pktinfo.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipv4/control_nonpktinfo.go
===================================================================
new file mode 100644
--- /dev/null
+++ b/ipv4/control_nonpktinfo.go
@@ -0,0 +1,11 @@
+// Copyright 2014 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+// +build !darwin,!linux
+
+package ipv4
+
+func (cm *ControlMessage) marshalPacketInfo() (oob []byte) {
+ return nil
+}
« no previous file with comments | « ipv4/control_linux.go ('k') | ipv4/control_pktinfo.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b