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

Unified Diff: ipv6/control_stub.go

Issue 174720043: code review 174720043: go.net/ipv6: update TODOs (Closed)
Patch Set: diff -r 69996db1c92211d9aea524512fe7feda6555200e https://code.google.com/p/go.net Created 10 years, 4 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 | « ipv6/control_rfc3542_unix.go ('k') | ipv6/control_windows.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipv6/control_stub.go
===================================================================
--- a/ipv6/control_stub.go
+++ b/ipv6/control_stub.go
@@ -7,21 +7,17 @@
package ipv6
func setControlMessage(fd int, opt *rawOpt, cf ControlFlags, on bool) error {
- // TODO(mikio): Implement this
return errOpNoSupport
}
func newControlMessage(opt *rawOpt) (oob []byte) {
- // TODO(mikio): Implement this
return nil
}
func parseControlMessage(b []byte) (*ControlMessage, error) {
- // TODO(mikio): Implement this
return nil, errOpNoSupport
}
func marshalControlMessage(cm *ControlMessage) (oob []byte) {
- // TODO(mikio): Implement this
return nil
}
« no previous file with comments | « ipv6/control_rfc3542_unix.go ('k') | ipv6/control_windows.go » ('j') | no next file with comments »

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