home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / protocol / ppp / 1056 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!news2me.EBay.Sun.COM!exodus.Eng.Sun.COM!vsync.Eng.Sun.COM!exodus
  2. From: exodus@vsync.Eng.Sun.COM (Greg Onufer)
  3. Newsgroups: comp.protocols.ppp
  4. Subject: Re: sun serial >38400
  5. Date: 9 Jan 1993 01:17:09 GMT
  6. Organization: Sun Microsystems Inc., Mountain View, CA
  7. Lines: 13
  8. Distribution: usa
  9. Message-ID: <lks9slINNkpd@exodus.Eng.Sun.COM>
  10. References: <searsk-030193070145@3.7.192.190> <1993Jan6.213927.2788@ukw.uucp> <1igu0rINNsvt@grapevine.EBay.Sun.COM> <1993Jan7.194405.15843@colorado.edu> <1993Jan8.122742.3793@hemlock.cray.com> <5d72c2b5.1bc5b@pisa.citi.umich.edu>
  11. NNTP-Posting-Host: vsync
  12.  
  13. In <5d72c2b5.1bc5b@pisa.citi.umich.edu> rees@pisa.citi.umich.edu (Jim Rees) writes:
  14. >The problem of missing interrupts is a real one.  If your mtu is 1500, then
  15. >you have to catch every one of 1500 interrupts in a row.  If you miss even
  16. >one, the packet is lost.  While processing an interrupt in 13 us may be
  17. >easy, guaranteeing that you can get to it in time is not, at least in a
  18. >general purpose computer.
  19.  
  20. Even the oldest z8530's have a 2-byte FIFO as well as the receiver
  21. shift register.  You don't have to hit *every* one of the 1500
  22. interrupts...
  23.  
  24. Cheers!greg
  25. Standard disclaimers apply
  26.