[rescue] FDDI card

Dave McGuire mcguire at neurotica.com
Mon Feb 25 20:39:44 CST 2002


On February 25, Scott Newell wrote:
> >> 1) There's always going to be a bottleneck in network IO as every byte
> >> that comes into the system has to be flipped around.  PC byteorder !=
> >> network byte order.
> 
> Does every byte really need to be flipped?  If it's part of a multibyte
> data member, sure.  But I would have guessed that a lot of packets contain
> data in the form of a byte stream that wouldn't require swapping.  Hmmm.

  There are LOTS of multibyte values in the protocols that I've
designed, but actual application data tends not to have many of them.
It's still enough to be an issue sometimes, though.

     -Dave

-- 
Dave McGuire
St. Petersburg, FL         "Less talk.  More synthohol." --Lt. Worf



More information about the rescue mailing list