Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!hou3c!hocda!houxm!houxz!vax135!cornell!uw-beaver!tektronix!hplabs!sri-unix!creon@ames-nas-gw.arpa From: creon@ames-nas-gw.arpa Newsgroups: net.unix-wizards Subject: Re: 4.2 TCP, large packets and pronet-drivers Message-ID: <12167@sri-arpa.UUCP> Date: Mon, 6-Aug-84 13:57:00 EDT Article-I.D.: sri-arpa.12167 Posted: Mon Aug 6 13:57:00 1984 Date-Received: Fri, 10-Aug-84 01:43:56 EDT Lines: 7 From: Creon LevitOne thing to look at is the illegal (according to the tcp/ip spec.) use of shorts and signed ints where unsigned ints should be used. This was a problem in sending large (4KB) hyperchanne packets via tcp/ip in 4.2bsd. ----------