home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / protocol / tcpip / 4096 < prev    next >
Encoding:
Text File  |  1992-08-13  |  988 b   |  30 lines

  1. Newsgroups: comp.protocols.tcp-ip
  2. Path: sparky!uunet!utcsri!torn!cunews!nrcnet0!bnrgate!bmers145!bmerh760!macauley
  3. From: macauley@bnr.ca (John MacAuley)
  4. Subject: Maximum udp message size.
  5. Message-ID: <1992Aug13.195208.17181@bmers145.bnr.ca>
  6. Sender: news@bmers145.bnr.ca
  7. Reply-To: macauley@bnr.ca (John MacAuley)
  8. Organization: Bell-Northern Research Ltd.
  9. Date: Thu, 13 Aug 92 19:52:08 GMT
  10. Lines: 18
  11.  
  12.  
  13. I need to know the maximum allowable size of user data
  14. in a udp message.  The sendto man page on my hp specifies
  15. a maximum value of 9216 bytes for hp series 300 and 800.
  16.  
  17. I can't seem to find the same information for Sun3, and
  18. Sun4 Sparc.  Does anyone know the maximum value?  How
  19. about on other platforms?
  20.  
  21. Besides sending packets of increasing size until sento
  22. returns EMSGSIZE, is there any way to find this information
  23. in header files?  I will need to find a common maximum for
  24. a number of platforms and would like to save time searching
  25. for the values.
  26.  
  27. Thank you in advance,
  28.  
  29. John.
  30.