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

Issue 353770043: Fixed Icmpv6L4Protocol messages being sent with HopLimit of DefaultTtl from Ipv6L3Protocol

Can't Edit
Can't Publish+Mail
Start Review
Created:
5 years, 7 months ago by af.oliveira
Modified:
5 years, 7 months ago
Reviewers:
CC:
ns-3-reviews_googlegroups.com
Visibility:
Public.

Description

Icmpv6L4Protocol::SendMessage was using Ipv4 SocketIpTtl Tag as opposed to the SocketIpv6HopLimitTag. When these ICMPv6 packets were going through the Ipv6L3Protocol class, the SocketIpv6HopLimitTag was not found, resulting in being sent with the DefaultTtl value of 64, which must not be done according to the RFC.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/internet/model/icmpv6-l4-protocol.cc View 1 chunk +2 lines, -2 lines 0 comments Download

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