( Beanie | 2005. 04. 15., p – 09:14 )

Tudok, persze, bár mivel ezek a rendszerek még kevésbé voltak ilyen széleskörűen ismertek, meg ez elég régen volt, ezért nehéz. A 4.2BSD-ben már volt ethernet meg TCP/IP. Érdekességképp ehhez a rendszerhez kötődik a trailer encapsulation is, amely egy sajátos BSD UNIX szabvány volt az ethernet sebességének növelésére. Az ethernet frame-ek feldolgozását akarták gyorsítani ezzel a módszerrel. (RFC893) Viszont már nem támogatta, így nem terjedhetett el, csak kísérleti jelleggel működött egy ideig.

Ja vagy arra példát, hogy onnan vették a TCP stack kódot?

W. Richard Stevens: TCP/IP Illustrated idézet:

"The de facto standard for TCP/IP implementations is the one from the Computer Systems Research Group at the University of California at Berkeley. Historically this has been distributed with the 4.x BSD system (Berkeley Software Distribution), and with the "BSD Networking Releases." This source code has been the starting point for many other implementations. "

Aztán:

"Throughout the text we'll use the term Berkeley-derived implementation to refer to vendor implementations such as SunOS 4.x, SVR4, and AIX 3.2 that were originally developed from the Berkeley sources. These implementations have much in common, often including the same bugs! "

Hallottam olyat is, hogy a Linux fejlesztők is onnan vettek át részeket, ha nem is az egészet, ezt már nem tudom hol hallottam, és nem tudom mennyire biztos.