NameDateSize

..31-May-201758

ipx.cH A D08-Mar-201512.3 KiB

ipx.hH A D08-Mar-20156.9 KiB

ipx_cksum.cH A D08-Mar-20154.5 KiB

ipx_if.hH A D08-Mar-20155.4 KiB

ipx_input.cH A D08-Mar-201512.4 KiB

ipx_outputfl.cH A D08-Mar-20158.2 KiB

ipx_pcb.cH A D08-Mar-201512.2 KiB

ipx_pcb.hH A D08-Mar-20156.2 KiB

ipx_proto.cH A D08-Mar-20155.4 KiB

ipx_usrreq.cH A D08-Mar-201516.9 KiB

ipx_var.hH A D08-Mar-20155.3 KiB

READMEH A D08-Mar-20151.3 KiB

spx.hH A D08-Mar-20158.4 KiB

spx_debug.cH A D08-Mar-20156 KiB

spx_debug.hH A D08-Mar-20154.1 KiB

spx_reass.cH A D08-Mar-201512.7 KiB

spx_timer.hH A D08-Mar-20156.7 KiB

spx_usrreq.cH A D08-Mar-201542.2 KiB

spx_var.hH A D08-Mar-20156.9 KiB

README

1$FreeBSD$
2
3This protocol implements IPX/SPX over Ethernet_II frame type 0x8137.
4Please note: the SPX implementation may require further work and testing
5to insure proper operation.
6
7Mike Mitchell, Network Engineer
8AMTECH Systems Corporation, Technology and Manufacturing
98600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000
10supervisor@alb.asctmd.com
11
12John Hay
13Some Company
14Some Address
15jhay@mikom.csir.co.za
16
17Adapted for multi-processor, multi-threaded network stack by Robert N. M.
18Watson, Computer Laboratory, University of Cambridge.
19
20--- Copyright Information ---
21/*-
22
23Copyright (c) 1984, 1985, 1986, 1987, 1993
24The Regents of the University of California.  All rights reserved.
25
26Modifications Copyright (c) 1995, Mike Mitchell
27Modifications Copyright (c) 1995, John Hay
28Modifications Copyright (c) 2004-2009 Robert N. M. Watson
29
30*/
31
32--- TODO ---
33
34(1) netipx default socket buffer sizes are very small by contemporary
35    standards, and should be increased following testing and measurement.
36
37(2) SPX will free the PCB and socket buffer memory on close(), which means
38    close() in effects terminates the transfer of any outstanding buffered
39    but unsent data.  As with TCP, it should instead grab its own
40    reference to the socket so that it is not released, as hold onto it
41    until the data transfer is complete.
42