home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / tcpip / ibmpc / 4475 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.7 KB  |  44 lines

  1. Newsgroups: comp.protocols.tcp-ip.ibmpc
  2. Path: sparky!uunet!cs.utexas.edu!torn!maccs!beame
  3. From: beame@maccs.dcss.mcmaster.ca (Carl Beame)
  4. Subject: Re: Maximum UDP packet size
  5. Message-ID: <1992Jul29.025917.1452@maccs.dcss.mcmaster.ca>
  6. Keywords: UDP PCTCP packet size
  7. Organization: McMaster University, Hamilton, Ontario, Canada.
  8. References: <1992Jul28.214507.5122@cactus.org>
  9. Date: Wed, 29 Jul 1992 02:59:17 GMT
  10. Lines: 32
  11.  
  12. In article <1992Jul28.214507.5122@cactus.org> galew_a@cactus.org (Andy Galewsky) writes:
  13. >
  14. >Hi,
  15. >    We have a system that is built on FTP software's PCTCP development kit
  16. >that uses UDP. Our problem is that we need to send packets larger than
  17. >the (apparent) 1400 byte limit for UDP packets under FTP's implementation.
  18. >So I have a couple of questions:
  19. >    * Does anyone know of a way to up this limit (FTP tech support says no)
  20. >    * Does anyone know of a library similar to FTP's that would permit us
  21. >      to have larger UDP packets?
  22. >    * Could we use some other network call to get packets that can be larger
  23. >      than this ?
  24. >
  25. >            Thanks ever so much
  26. >             The Galewsky Brothers
  27. >                  dan@crs.com
  28.  
  29.     FTP's PCTCP is unable to IP fragment packets bigger than the network
  30. mss (~1400 over ethernet). Beame & Whiteside Software Ltd. TCP-IP contains
  31. an small PCTCP emulator which allows programs written for FTP's software
  32. library to run over BW-TCP/IP. Since BW-TCP supports fragmentation up to 
  33. ~16K, your program MIGHT run without modification over our TCP and use large
  34. UDP packets.
  35.  
  36. Alternativly, socket libraries are available from most major TCP/IP suppliers.
  37. Just ask the vendor if their TCP/IP supports incoming AND outgoing "large"
  38. IP packets.
  39.  
  40. Carl Beame
  41. Beame & Whiteside Softwar Ltd.
  42. sales@bws.com
  43.  
  44.