S
Sin
Well at my slow pentium 166 there is a difference... that firewall needs
to
Ummm I don't know where the firewall stands in the whole process but you
might be right. Does it check the 64K datagram or does it check the real
outgoing packets?
Indeed but there are scenarios where this will be different. UDP is fragile,
espicially if you try to send large amounts of data using it.
TCP stream is by far better than UDP if you want to have a reliable comm.
channel. It performs throttling, error correction, is friendly to other
traffic, etc...
Alex.
to
check more headers I guess
that slows it down quite a lot, like 10 times slower.
Ummm I don't know where the firewall stands in the whole process but you
might be right. Does it check the 64K datagram or does it check the real
outgoing packets?
So far my testing has shown that losing a fragment does not happen often...
which is remarkable
Indeed but there are scenarios where this will be different. UDP is fragile,
espicially if you try to send large amounts of data using it.
Yes indeed... I wonder what would happen if I switch to the ip layer...
Would routers still prefer ip/tcp... ?
( By examing the ip protocol field. )
TCP stream is by far better than UDP if you want to have a reliable comm.
channel. It performs throttling, error correction, is friendly to other
traffic, etc...
Alex.