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

Issue 10779043: Support for IPv6 Path MTU discovery (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 9 months ago by Tommaso Pecorella
Modified:
12 years, 7 months ago
Reviewers:
Tom Henderson, barnes26
CC:
ns-3-reviews_googlegroups.com
Visibility:
Public.

Description

Support for IPv6 Path MTU discovery

Patch Set 1 #

Total comments: 20

Patch Set 2 : Changes according to Tom's comments #

Patch Set 3 : Changes to the example to clarify it #

Total comments: 7

Patch Set 4 : Changes after Peter's help #

Unified diffs Side-by-side diffs Delta from patch set Stats (+507 lines, -8 lines) Patch
M RELEASE_NOTES View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A examples/ipv6/fragmentation-ipv6-two-MTU.cc View 1 2 3 1 chunk +167 lines, -0 lines 0 comments Download
M examples/ipv6/wscript View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/internet/model/icmpv6-l4-protocol.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/internet/model/ipv6.h View 2 chunks +19 lines, -0 lines 0 comments Download
M src/internet/model/ipv6.cc View 1 chunk +4 lines, -6 lines 0 comments Download
M src/internet/model/ipv6-l3-protocol.h View 1 4 chunks +30 lines, -0 lines 0 comments Download
M src/internet/model/ipv6-l3-protocol.cc View 1 7 chunks +40 lines, -2 lines 0 comments Download
A src/internet/model/ipv6-pmtu-cache.h View 1 2 3 1 chunk +122 lines, -0 lines 0 comments Download
A src/internet/model/ipv6-pmtu-cache.cc View 1 2 3 1 chunk +115 lines, -0 lines 0 comments Download
M src/internet/wscript View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 16
Tommaso Pecorella
This iss the (not so preliminary) Path MTU support for IPv6. I just need to ...
12 years, 9 months ago (2013-06-29 07:42:04 UTC) #1
Tom Henderson
you mentioned "all test cases pass"; where are those tests? there needs to be some ...
12 years, 9 months ago (2013-06-29 16:17:01 UTC) #2
Tommaso Pecorella
On 2013/06/29 16:17:01, Tom Henderson wrote: > you mentioned "all test cases pass"; where are ...
12 years, 9 months ago (2013-06-29 20:14:49 UTC) #3
Tommaso Pecorella
12 years, 9 months ago (2013-06-29 20:51:44 UTC) #4
Tommaso Pecorella
On 2013/06/29 20:51:44, Tommaso Pecorella wrote: I still have no idea on how to constrain ...
12 years, 9 months ago (2013-06-29 20:55:36 UTC) #5
Tom Henderson
On 2013/06/29 20:55:36, Tommaso Pecorella wrote: > On 2013/06/29 20:51:44, Tommaso Pecorella wrote: > > ...
12 years, 9 months ago (2013-07-02 12:36:00 UTC) #6
Tom Henderson
https://codereview.appspot.com/10779043/diff/16001/examples/ipv6/fragmentation-ipv6-two-MTU.cc File examples/ipv6/fragmentation-ipv6-two-MTU.cc (right): https://codereview.appspot.com/10779043/diff/16001/examples/ipv6/fragmentation-ipv6-two-MTU.cc#newcode19 examples/ipv6/fragmentation-ipv6-two-MTU.cc:19: * Sebastien Vincent <vincent@clarinet.u-strasbg.fr> is this author string and ...
12 years, 9 months ago (2013-07-02 12:43:12 UTC) #7
Tommaso Pecorella
https://codereview.appspot.com/10779043/diff/16001/examples/ipv6/fragmentation-ipv6-two-MTU.cc File examples/ipv6/fragmentation-ipv6-two-MTU.cc (right): https://codereview.appspot.com/10779043/diff/16001/examples/ipv6/fragmentation-ipv6-two-MTU.cc#newcode19 examples/ipv6/fragmentation-ipv6-two-MTU.cc:19: * Sebastien Vincent <vincent@clarinet.u-strasbg.fr> On 2013/07/02 12:43:12, Tom Henderson ...
12 years, 9 months ago (2013-07-02 13:10:49 UTC) #8
Tommaso Pecorella
On 2013/07/02 12:36:00, Tom Henderson wrote: > On 2013/06/29 20:55:36, Tommaso Pecorella wrote: > > ...
12 years, 9 months ago (2013-07-02 13:18:07 UTC) #9
Tom Henderson
On 2013/07/02 13:18:07, Tommaso Pecorella wrote: > On 2013/07/02 12:36:00, Tom Henderson wrote: > > ...
12 years, 9 months ago (2013-07-02 13:36:10 UTC) #10
Tommaso Pecorella
On 2013/07/02 13:36:10, Tom Henderson wrote: > On 2013/07/02 13:18:07, Tommaso Pecorella wrote: > > ...
12 years, 9 months ago (2013-07-02 15:38:59 UTC) #11
barnes26_llnl.gov
On Tuesday, July 2, 2013 6:18:07 AM UTC-7, Tommaso Pecorella wrote: > > On 2013/07/02 ...
12 years, 9 months ago (2013-07-02 23:48:43 UTC) #12
Tommaso Pecorella
On 2013/07/02 23:48:43, barnes26_llnl.gov wrote: > > On Tuesday, July 2, 2013 6:18:07 AM UTC-7, ...
12 years, 9 months ago (2013-07-03 10:55:32 UTC) #13
barnes26_llnl.gov
On Jul 3, 2013, at 3:55 AM, <tommypec@gmail.com> wrote: > On 2013/07/02 23:48:43, barnes26_llnl.gov wrote: ...
12 years, 9 months ago (2013-07-03 20:33:08 UTC) #14
Tommaso Pecorella
12 years, 9 months ago (2013-07-04 08:00:25 UTC) #15
Tommaso Pecorella
12 years, 9 months ago (2013-07-04 14:49:58 UTC) #16
On 2013/07/04 08:00:25, Tommaso Pecorella wrote:

The latest patch does include some "strange" functions related to bug #1702
http://www.nsnam.org/bugzilla/show_bug.cgi?id=1702

This is due to the particular order in my MercurialQueue. Sorry about that. In
case the patches are applied in a different order I'll make sure they'll be
modified accordingly.
Sign in to reply to this message.

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