Opened 12 years ago
Last modified 11 years ago
#4529 new Bugs
Failing to set TTL on ICMP packets on Windows Vista with MinGW.
| Reported by: | Owned by: | chris_kohlhoff | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | asio |
| Version: | Boost 1.43.0 | Severity: | Problem |
| Keywords: | ICMP, TTL | Cc: |
Description
Hi,
Using the program attached, I have tried to set the TTL on outgoing ICMP packets on a Windows Vista machine using MinGW. It does not have any effect. Using the same program on Ubuntu works just fine.
Can this be caught in the regression testing of Boost::Asio?
Best regards, Peter Jansson
Attachments (1)
Change History (3)
by , 12 years ago
| Attachment: | program.cpp added |
|---|
comment:1 by , 12 years ago
| Severity: | Regression → Problem |
|---|
I don't think that this ticket is properly marked as a "regression", since I see no evidence that it ever worked.
comment:2 by , 11 years ago
Same happening for me... using g++ (GCC) 4.1.2 20071124 (Red Hat 4.1.2-42).
Note:
See TracTickets
for help on using tickets.

Program with a simple traceroute demonstrating the failed setting of TTL.