Path: utzoo!utgpu!watmath!iuvax!purdue!mentor.cc.purdue.edu!dls From: dls@mentor.cc.purdue.edu (David L Stevens) Newsgroups: comp.protocols.tcp-ip Subject: Re: rwhod protocol and >42 users Message-ID: <4372@mentor.cc.purdue.edu> Date: 6 Oct 89 19:31:15 GMT References: <1178@celit.fps.com> Reply-To: dls@mentor.cc.purdue.edu (David L Stevens) Distribution: comp Organization: PUCC UNIX Group Lines: 12 It isn't a protocol change to increase the max rwho packet size. It's an implementation change. We've been running with large rwho packets for years (our Sequents support a couple hundred users without even blinking). You need to increase the size in "rwho.h" and increase the max udp packet size (udp_sendspace and udp_recvspace) in sys/netinet/udp_usrreq.c. And FINALLY, you need to ifdef out the code that refuses to fragment broadcast packets in sys/netinet/ip_output.c. All of the changes are trivial. I can provide context diffs if you ask me. -- +-DLS (dls@mentor.cc.purdue.edu)