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

Issue 153860043: code review 153860043: go.net/ipv4: restructure ancillary data socket option h... (Closed)

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

Description

go.net/ipv4: restructure ancillary data socket option handling This CL chops existing ancillary data socket option handlers and puts them into platform dependent ancillary data socket option binding table for code readability. Fixes issue 6710.

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -257 lines) Patch
M ipv4/control.go View 2 chunks +19 lines, -1 line 0 comments Download
M ipv4/control_bsd.go View 1 chunk +17 lines, -121 lines 0 comments Download
R ipv4/control_linux.go View 1 chunk +0 lines, -84 lines 0 comments Download
R ipv4/control_nonpktinfo.go View 1 chunk +0 lines, -11 lines 0 comments Download
M ipv4/control_pktinfo.go View 1 chunk +15 lines, -10 lines 0 comments Download
M ipv4/control_unix.go View 3 chunks +125 lines, -4 lines 0 comments Download
M ipv4/sys_bsd.go View 1 chunk +11 lines, -12 lines 0 comments Download
M ipv4/sys_darwin.go View 2 chunks +14 lines, -1 line 0 comments Download
M ipv4/sys_freebsd.go View 1 chunk +10 lines, -13 lines 0 comments Download
M ipv4/sys_linux.go View 1 chunk +5 lines, -0 lines 0 comments Download
M ipv4/sys_stub.go View 1 chunk +2 lines, -0 lines 0 comments Download
M ipv4/sys_windows.go View 1 chunk +2 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
9 years, 6 months ago (2014-10-03 23:29:09 UTC) #1
iant
LGTM
9 years, 6 months ago (2014-10-04 00:31:55 UTC) #2
mikio
9 years, 6 months ago (2014-10-04 00:51:20 UTC) #3
*** Submitted as
https://code.google.com/p/go/source/detail?r=a35a4571eb78&repo=net ***

go.net/ipv4: restructure ancillary data socket option handling

This CL chops existing ancillary data socket option handlers and
puts them into platform dependent ancillary data socket option
binding table for code readability.

Fixes issue 6710.

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

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