[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #21107] LwIP doesn't reset the TTL in ICMP Echo Replie
From: |
Simon Goldschmidt |
Subject: |
[lwip-devel] [bug #21107] LwIP doesn't reset the TTL in ICMP Echo Replies |
Date: |
Tue, 18 Sep 2007 06:11:49 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6 |
Follow-up Comment #1, bug #21107 (project lwip):
This bug doesn't seem to exist because 'RFC792 has been slavishly followed',
but because of incorrect use of ip_output_if(). ICMP_TTL is passed to this
function, but because IP_HDRINCL is also passed, the TTL is not changed in the
existing IP header.
I think what the programmer meant was setting the TTL for every outgoing ICMP
packet to ICMP_TTL. But I'm not really sure what you mean with:
> The LwIP code should set the TTL and then recalculate
> (rather than just "adjust") the TTL.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?21107>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.nongnu.org/
- [lwip-devel] [bug #21107] LwIP doesn't reset the TTL in ICMP Echo Replies, Tom Evans, 2007/09/18
- [lwip-devel] [bug #21107] LwIP doesn't reset the TTL in ICMP Echo Replies,
Simon Goldschmidt <=
- [lwip-devel] [bug #21107] LwIP doesn't reset the TTL in ICMP Echo Replies, Tom Evans, 2007/09/18
- [lwip-devel] [bug #21107] LwIP doesn't reset the TTL in ICMP Echo Replies, Frédéric Bernon, 2007/09/18
- [lwip-devel] [bug #21107] LwIP doesn't reset the TTL in ICMP Echo Replies, Simon Goldschmidt, 2007/09/18
- [lwip-devel] [bug #21107] LwIP doesn't reset the TTL in ICMP Echo Replies, Frédéric Bernon, 2007/09/18
- [lwip-devel] [bug #21107] LwIP doesn't reset the TTL in ICMP Echo Replies, Simon Goldschmidt, 2007/09/18
- [lwip-devel] [bug #21107] LwIP doesn't reset the TTL in ICMP Echo Replies, Frédéric Bernon, 2007/09/18
- [lwip-devel] [bug #21107] LwIP doesn't reset the TTL in ICMP Echo Replies, Tom Evans, 2007/09/18
- [lwip-devel] [bug #21107] LwIP doesn't reset the TTL in ICMP Echo Replies, Simon Goldschmidt, 2007/09/19
- [lwip-devel] [bug #21107] LwIP doesn't reset the TTL in ICMP Echo Replies, Simon Goldschmidt, 2007/09/19
- [lwip-devel] [bug #21107] LwIP doesn't reset the TTL in ICMP Echo Replies, Frédéric Bernon, 2007/09/19