Re: UDP lite for FreeBSD
- From: Fernando Gont <fernando@xxxxxxxxxxx>
- Date: Wed, 20 Dec 2006 03:12:28 -0300
At 10:26 19/12/2006, Randall Stewart wrote:
I have always thought of it as a bit of a hack as well... and
there is one really big problem with it.. It has no value
unless you can tell your network-interface card to deliver
damaged packets. I don't know if some cards have this option
now or not.. nor if an API in any driver exists for it... without this
you will find very very few packets that are "damaged" that
do get through.. since generally the link layer checksum
is a MUCH better CRC vs the very weak IP/UDP checksum :-0
Each check is meant to detect a different type/source of errors. The CRC is meant to detect burst errors, which are lokely to occur due to, eg, noise. OTOH, the checksum is meant to detect single bit errors, which are more likely to occur in the memory of the processing systems.
There'sa paper by Stone and Partridge (in ACM's CCR) in which they show errors that, IIRC, were not caught by the CRC, but *were* caught by the checksum.
Kindest regards,
--
Fernando Gont
e-mail: fernando@xxxxxxxxxxx || fgont@xxxxxxx
PGP Fingerprint: 7809 84F5 322E 45C7 F1C9 3945 96EE A9EF D076 FFF1
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: UDP lite for FreeBSD
- From: Randall Stewart
- Re: UDP lite for FreeBSD
- References:
- UDP lite for FreeBSD
- From: dave jones
- Re: UDP lite for FreeBSD
- From: Bruce M. Simpson
- Re: UDP lite for FreeBSD
- From: Randall Stewart
- UDP lite for FreeBSD
- Prev by Date: Re: Automatic TCP send and receive socket buffer sizing
- Next by Date: Re: bridging ethernets containing vlans,
- Previous by thread: Re: UDP lite for FreeBSD
- Next by thread: Re: UDP lite for FreeBSD
- Index(es):
Relevant Pages
|
|