Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!mailrus!ames!rex!rouge!gator.cacs.usl.edu From: pcb@gator.cacs.usl.edu (Peter C. Bahrs) Newsgroups: comp.unix.questions Subject: socket io size restrictions Message-ID: <4876@rouge.usl.edu> Date: 6 Mar 90 04:04:46 GMT Sender: anon@rouge.usl.edu Distribution: usa Organization: The Center for Advanced Computer Studies, USL Lines: 8 I am working on SUN 3 and SparcStations on NSF. Is there a network limitation to the size of a message that can be written to a socket? i.e. N = 1024 or 10000 or 50000 or ... x = write (sock, buff, N); thanks in advance