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

Unified Diff: ipv4/multicastsockopt_test.go

Issue 9353045: code review 9353045: go.net/ipv4: drop DIffServ and ECN constants, add ICMPType (Closed)
Patch Set: diff -r 18808b83b019 https://code.google.com/p/go.net Created 11 years, 9 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/multicast_test.go ('k') | ipv4/sockopt_bsd.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipv4/multicastsockopt_test.go
===================================================================
--- a/ipv4/multicastsockopt_test.go
+++ b/ipv4/multicastsockopt_test.go
@@ -33,8 +33,8 @@
}
var multicastSockoptTests = []multicastSockoptTest{
- {ipv4.DSCP_CS0 | ipv4.ECN_NOTECT, 127, 128, false, net.IPv4(224, 0, 0, 249)}, // see RFC 4727
- {ipv4.DSCP_AF11 | ipv4.ECN_NOTECT, 255, 254, true, net.IPv4(224, 0, 0, 250)}, // see RFC 4727
+ {DiffServCS0 | NotECNTransport, 127, 128, false, net.IPv4(224, 0, 0, 249)}, // see RFC 4727
+ {DiffServAF11 | NotECNTransport, 255, 254, true, net.IPv4(224, 0, 0, 250)}, // see RFC 4727
}
func TestUDPMulticastSockopt(t *testing.T) {
« no previous file with comments | « ipv4/multicast_test.go ('k') | ipv4/sockopt_bsd.go » ('j') | no next file with comments »

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