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

Issue 6543061: Setting TOS/TCLASS/TTL options on socket

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by Daniel L.
Modified:
12 years ago
Reviewers:
Tom Henderson
CC:
ns-3-reviews_googlegroups.com
Visibility:
Public.

Description

Setting TOS/TCLASS/TTL options on socket

Patch Set 1 #

Patch Set 2 : Allows a user to set TOS/TTL/TCLASS/HOPLIMIT of a socket. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+856 lines, -112 lines) Patch
M src/dsr/model/dsr-routing.h View 1 1 chunk +2 lines, -4 lines 0 comments Download
M src/dsr/model/dsr-routing.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M src/internet/model/icmpv4-l4-protocol.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/internet/model/icmpv4-l4-protocol.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M src/internet/model/icmpv6-l4-protocol.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/internet/model/icmpv6-l4-protocol.cc View 1 3 chunks +12 lines, -12 lines 0 comments Download
M src/internet/model/ip-l4-protocol.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/internet/model/ipv4-l3-protocol.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/internet/model/ipv4-l3-protocol.cc View 1 9 chunks +19 lines, -4 lines 0 comments Download
M src/internet/model/ipv6-end-point.h View 1 5 chunks +5 lines, -4 lines 0 comments Download
M src/internet/model/ipv6-end-point.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M src/internet/model/ipv6-l3-protocol.h View 1 3 chunks +13 lines, -2 lines 0 comments Download
M src/internet/model/ipv6-l3-protocol.cc View 1 8 chunks +28 lines, -8 lines 0 comments Download
M src/internet/model/tcp-l4-protocol.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/internet/model/tcp-l4-protocol.cc View 1 6 chunks +13 lines, -11 lines 0 comments Download
M src/internet/model/tcp-socket-base.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M src/internet/model/tcp-socket-base.cc View 1 5 chunks +75 lines, -6 lines 0 comments Download
M src/internet/model/udp-l4-protocol.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/internet/model/udp-l4-protocol.cc View 1 3 chunks +12 lines, -10 lines 0 comments Download
M src/internet/model/udp-socket.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/internet/model/udp-socket-impl.h View 1 3 chunks +1 line, -4 lines 0 comments Download
M src/internet/model/udp-socket-impl.cc View 1 11 chunks +70 lines, -23 lines 0 comments Download
M src/network/model/socket.h View 1 6 chunks +266 lines, -0 lines 0 comments Download
M src/network/model/socket.cc View 1 4 chunks +321 lines, -0 lines 0 comments Download

Messages

Total messages: 5
Tom Henderson
Looks good to me in general. I guess the other half of the patch would ...
12 years ago (2012-09-26 04:26:47 UTC) #1
Daniel L.
On 2012/09/26 04:26:47, Tom Henderson wrote: > Looks good to me in general. I guess ...
12 years ago (2012-09-26 18:28:41 UTC) #2
Daniel L.
I have finished the RECV part of the code. Basically, a tag will be added ...
12 years ago (2012-10-04 21:10:15 UTC) #3
Daniel L.
Allows a user to set TOS/TTL/TCLASS/HOPLIMIT of a socket. The changes are: Sending: - Socket ...
12 years ago (2012-10-05 22:06:49 UTC) #4
Daniel L.
12 years ago (2012-10-05 22:22:47 UTC) #5
dsr-routing/icmpv4-l4-protocol/icmpv6-l4-protocol are affected because they
extended IpL4Protocol, which has to be changed since IpL4Protocol  was changed.
Sign in to reply to this message.

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