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

Unified Diff: ipv6/helper_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/genericopt_stub.go ('k') | ipv6/icmp_solaris.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipv6/helper_stub.go
===================================================================
--- a/ipv6/helper_stub.go
+++ b/ipv6/helper_stub.go
@@ -7,16 +7,13 @@
package ipv6
func (c *genericOpt) sysfd() (int, error) {
- // TODO(mikio): Implement this
return 0, errOpNoSupport
}
func (c *dgramOpt) sysfd() (int, error) {
- // TODO(mikio): Implement this
return 0, errOpNoSupport
}
func (c *payloadHandler) sysfd() (int, error) {
- // TODO(mikio): Implement this
return 0, errOpNoSupport
}
« no previous file with comments | « ipv6/genericopt_stub.go ('k') | ipv6/icmp_solaris.go » ('j') | no next file with comments »

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