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

Issue 13832043: code review 13832043: go.net/ipv4: Add Flags field to Header

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 7 months ago by marant
Modified:
10 years, 6 months ago
Reviewers:
mikio
CC:
golang-dev, mikio
Visibility:
Public.

Description

go.net/ipv4: Add Flags field to Header Fixes issue 6453.

Patch Set 1 #

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

Patch Set 3 : diff -r d6167d29456c https://code.google.com/p/go.net/ #

Patch Set 4 : diff -r d6167d29456c https://code.google.com/p/go.net/ #

Total comments: 3

Patch Set 5 : diff -r d6167d29456c https://code.google.com/p/go.net/ #

Patch Set 6 : diff -r d6167d29456c https://code.google.com/p/go.net/ #

Total comments: 10

Patch Set 7 : diff -r d6167d29456c https://code.google.com/p/go.net/ #

Total comments: 4

Patch Set 8 : diff -r d6167d29456c https://code.google.com/p/go.net #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -19 lines) Patch
M ipv4/header.go View 1 2 3 4 5 6 7 3 chunks +26 lines, -15 lines 0 comments Download
M ipv4/header_test.go View 1 2 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 11
marant
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go.net/
10 years, 7 months ago (2013-09-24 11:18:59 UTC) #1
mikio
sorry for being late. https://codereview.appspot.com/13832043/diff/8001/ipv4/header.go File ipv4/header.go (right): https://codereview.appspot.com/13832043/diff/8001/ipv4/header.go#newcode54 ipv4/header.go:54: DontFragment = 0x4000 // Don't ...
10 years, 6 months ago (2013-10-04 09:49:53 UTC) #2
marant
Hello golang-dev@googlegroups.com, mikioh.mikioh@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
10 years, 6 months ago (2013-10-04 10:20:18 UTC) #3
mikio
Have you signed a CLA? http://golang.org/doc/contribute.html#copyright
10 years, 6 months ago (2013-10-04 13:20:49 UTC) #4
marant
On 2013/10/04 13:20:49, mikio wrote: > Have you signed a CLA? > http://golang.org/doc/contribute.html#copyright Ah, I ...
10 years, 6 months ago (2013-10-04 13:52:29 UTC) #5
mikio
https://codereview.appspot.com/13832043/diff/19001/ipv4/header.go File ipv4/header.go (right): https://codereview.appspot.com/13832043/diff/19001/ipv4/header.go#newcode39 ipv4/header.go:39: type headerField int ah, this is a dreg i ...
10 years, 6 months ago (2013-10-05 00:45:44 UTC) #6
marant
https://codereview.appspot.com/13832043/diff/19001/ipv4/header.go File ipv4/header.go (right): https://codereview.appspot.com/13832043/diff/19001/ipv4/header.go#newcode39 ipv4/header.go:39: type headerField int On 2013/10/05 00:45:44, mikio wrote: > ...
10 years, 6 months ago (2013-10-07 05:03:34 UTC) #7
mikio
Thanks. It looks very close. https://codereview.appspot.com/13832043/diff/29001/ipv4/header.go File ipv4/header.go (right): https://codereview.appspot.com/13832043/diff/29001/ipv4/header.go#newcode81 ipv4/header.go:81: return fmt.Sprintf("ver: %v, hdrlen: ...
10 years, 6 months ago (2013-10-07 16:03:52 UTC) #8
marant
https://codereview.appspot.com/13832043/diff/29001/ipv4/header.go File ipv4/header.go (right): https://codereview.appspot.com/13832043/diff/29001/ipv4/header.go#newcode81 ipv4/header.go:81: return fmt.Sprintf("ver: %v, hdrlen: %v, tos: %#x, totallen: %v, ...
10 years, 6 months ago (2013-10-07 17:54:35 UTC) #9
mikio
LGTM
10 years, 6 months ago (2013-10-07 21:52:17 UTC) #10
mikio
10 years, 6 months ago (2013-10-07 21:53:10 UTC) #11
*** Submitted as
https://code.google.com/p/go/source/detail?r=694435acecf9&repo=net ***

go.net/ipv4: add Flags field to Header

Fixes issue 6453.

R=golang-dev, mikioh.mikioh
CC=golang-dev
https://codereview.appspot.com/13832043

Committer: Mikio Hara <mikioh.mikioh@gmail.com>
Sign in to reply to this message.

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