![]() |
| | #1 |
| Registered User Join Date: May 2004
Posts: 21
| Can TCP sockets also receive ICMP...? I know some ICMP errors are only returned if datagram that caused it is of UDP type(ICMP port unreachable). But what ICMP errors do get returned to TPC sockets? When TCP socket in an already established connection specifies SSRR and one of routers can't forward datagram to the next hop,does it return ICMP source route error to this socket?If so,is this ICMP packet silently discarded by the kernel and not returned to socket? thank you |
| failure_to is offline | |
| | #2 |
| and the hat of marbles Join Date: May 2002 Location: Lund, Sweden
Posts: 2,040
| Here's an answer (you've probably read it, though). http://www.computing.net/networking/...rum/20856.html But ICMP errors like port unreachable aren't used by TCP. TCP has it's own way to say 'port unreachable'.
__________________ Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling |
| Sang-drax is offline | |
| | #3 | ||
| Registered User Join Date: May 2004
Posts: 21
| Quote:
Quote:
| ||
| failure_to is offline | |
| | #4 |
| and the hat of marbles Join Date: May 2002 Location: Lund, Sweden
Posts: 2,040
| The reason I posted the link wasn't for you, as I knew you'd read it, but for the other people on the forum that might read this thread.
__________________ Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling |
| Sang-drax is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| TCP Sockets: multiple clients - one server | Printisor | C Programming | 4 | 11-01-2007 10:34 AM |
| TCP sockets classes | Camel | Linux Programming | 5 | 12-17-2006 07:29 PM |
| Obtaining source & destination IP,details of ICMP Header & each of field of it ??? | cromologic | Networking/Device Communication | 1 | 04-29-2006 02:49 PM |
| Tcp and icmp Question | invisibleghost | Networking/Device Communication | 9 | 08-12-2005 05:23 AM |