Re: want opinions on possible glitch in 2.4 network error reporti ng

From: Chris Friesen (cfriesen@nortelnetworks.com)
Date: Thu Feb 07 2002 - 15:10:26 EST


Jan Harkes wrote:
>
> On Thu, Feb 07, 2002 at 01:44:53PM -0500, Chris Friesen wrote:
> > The possibility of random dropping of packets in the kernel means that an
> > infinite loop on sendto() will chew up the entire machine even if you've only
> > got a 10Mbit/s link. This seems just wrong.
>
> What happens if you have the 100Mbit/s side of the link and the receiver
> has a 9600baud dial-in modem....
>
> The sending side needs to do throttling based on packet loss anyways, it
> really doesn't matter that it's lost locally or on the network or at the
> receiving host.

Yes, this is true for general use. However, suppose I want to do an IP takeover
and send out arp packets to force an update of the arp caches of everyone on the
subnet. The network is tightly controlled and we know everything that's on it.
How do I guarantee that my packets get out of the local system and onto the
wire?

Currently I send three packets in a row on failover, and another three packets
every 10 seconds. It would still be nice to be assured that the packets
actually made it onto the wire.

This is linux, we like having absolute control over our system. Does it make
sense to have no possible way of guaranteeing that a specific packet has made it
onto the wire?

Chris

-- 
Chris Friesen                    | MailStop: 043/33/F10  
Nortel Networks                  | work: (613) 765-0557
3500 Carling Avenue              | fax:  (613) 765-2986
Nepean, ON K2H 8E9 Canada        | email: cfriesen@nortelnetworks.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Feb 07 2002 - 21:01:05 EST