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

Issue 177530043: code review 177530043: x/net/ipv6: add Header, ParseHeader (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 3 months ago by mikio
Modified:
10 years, 3 months ago
Reviewers:
iant
CC:
iant, golang-codereviews
Visibility:
Public.

Description

x/net/ipv6: add Header, ParseHeader This CL adds Header type and ParseHeader function for convenience in parsing ICMP error messages such as destination unreachable, packet too big, time exceeded and parameter problem.

Patch Set 1 : diff -r 896befd28fdd147b9f3571a4916693d95a1eaa89 https://code.google.com/p/go.net #

Patch Set 2 : diff -r 896befd28fdd147b9f3571a4916693d95a1eaa89 https://code.google.com/p/go.net #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -0 lines) Patch
A ipv6/header.go View 1 chunk +55 lines, -0 lines 0 comments Download
A ipv6/header_test.go View 1 chunk +50 lines, -0 lines 0 comments Download

Messages

Total messages: 3
mikio
Hello iant@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.net
10 years, 3 months ago (2014-11-28 08:25:39 UTC) #1
iant
LGTM
10 years, 3 months ago (2014-11-28 16:04:30 UTC) #2
mikio
10 years, 3 months ago (2014-11-29 01:13:04 UTC) #3
*** Submitted as
https://code.google.com/p/go/source/detail?r=232b827c46d5&repo=net ***

x/net/ipv6: add Header, ParseHeader

This CL adds Header type and ParseHeader function for convenience
in parsing ICMP error messages such as destination unreachable,
packet too big, time exceeded and parameter problem.

LGTM=iant
R=iant
CC=golang-codereviews
https://codereview.appspot.com/177530043
Sign in to reply to this message.

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