[haiku-bugs] [Haiku] #12310: ICMP errors don't seem to be correctly propagated in all cases

  • From: "anevilyak" <trac@xxxxxxxxxxxx>
  • Date: Sun, 16 Aug 2015 18:54:35 -0000

#12310: ICMP errors don't seem to be correctly propagated in all cases
-------------------------------------+------------------------------
Reporter: anevilyak | Owner: zooey
Type: bug | Status: new
Priority: normal | Milestone: Unscheduled
Component: Network & Internet/IPv4 | Version: R1/Development
Keywords: | Blocked By:
Blocking: | Has a Patch: 0
Platform: All |
-------------------------------------+------------------------------
Typically, errors like ICMP host unreachable appear to get propagated back
as failures to the respective socket client, i.e. when attempting a TCP
connection. However, in the case of a direct ICMP user like the ping
command, this doesn't appear to occur properly, as it has code to
detect/handle ICMP error replies and print them, but this doesn't seem to
actually get triggered when running a ping to such an unreachable host on
Haiku, while it does when pinging from FreeBSD to the same target host and
the same ping code.

--
Ticket URL: <https://dev.haiku-os.org/ticket/12310>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts:

  • » [haiku-bugs] [Haiku] #12310: ICMP errors don't seem to be correctly propagated in all cases - anevilyak