home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HAMRADIO / TCP90141.ZIP / TCP90141.TXT
Encoding:
Text File  |  1990-09-20  |  1.8 KB  |  60 lines

  1. TCP-Group Digest            Mon, 17 Sep 90       Volume 90 : Issue 141
  2.  
  3. Today's Topics:
  4.                           crashes, ibuffail
  5.                          NOS Unix porting kit
  6.  
  7. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  8. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  9. Problems you can't solve otherwise to brian@ucsd.edu.
  10.  
  11. Archives of past issues of the TCP-Group Digest are available
  12. (by FTP only) from UCSD.Edu in directory "mailarchives".
  13. ----------------------------------------------------------------------
  14.  
  15. Date: Mon, 17 Sep 90 04:22:51 UTC
  16. From: karn@thumper.bellcore.com (Phil Karn)
  17. Subject: crashes, ibuffail
  18. To: dlf@phx.mcd.mot.com
  19.  
  20. Dave,
  21.  
  22. The ibuffail counts are not necessarily anything to worry about. An
  23. ibuf allocation failure occurs whenever there are more than five
  24. allocation requests in a single interrupt. Sometimes a noisy modem can
  25. do this. So you really want some sort of limit on interrupt-time memory
  26. allocation so you can limit how much memory gets gobbled up by a big
  27. burst of noise.
  28.  
  29. If you really do need more than five buffers per interrupt you can
  30. always change the #define NIBUFS line in config.h and recompile. (I
  31. know, I know, it should be a run-time parameter...)
  32.  
  33. Phil
  34.  
  35. ------------------------------
  36.  
  37. Date: Sun, 16 Sep 90 12:15:57 PDT
  38. From: <marc@kg6kf.AMPR.ORG>
  39. Subject: NOS Unix porting kit
  40. To: tcp-group@ucsd.edu
  41.  
  42. Is the NOS Unix porting kit still available?  Is anyone still
  43. maintaining it?
  44.  
  45. Please send me e-mail and let me know how I can get a copy of it.
  46.  
  47. Thanks in advance!
  48.  
  49. ^M
  50.  
  51. Marc de Groot KG6KF
  52.  
  53. mdg@postgres.berkeley.edu (Internet)
  54.  
  55. ------------------------------
  56.  
  57. End of TCP-Group Digest
  58. ******************************
  59.  
  60.