Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
FreeBSD/Linux Kernel Cross Reference
|
Name | Size | Last modified (GMT) | Description | |
Parent directory | 2019-04-22 11:56:06 | |||
README | 1408 bytes | 2013-02-03 17:32:09 | ||
ipx.c | 12627 bytes | 2013-02-03 17:32:09 | ||
ipx.h | 7141 bytes | 2013-02-03 17:32:09 | ||
ipx_cksum.c | 4702 bytes | 2013-02-03 17:32:09 | ||
ipx_if.h | 5597 bytes | 2013-02-03 17:32:09 | ||
ipx_input.c | 12724 bytes | 2013-02-03 17:32:09 | ||
ipx_outputfl.c | 8488 bytes | 2013-02-03 17:32:09 | ||
ipx_pcb.c | 12522 bytes | 2013-02-03 17:32:09 | ||
ipx_pcb.h | 6399 bytes | 2013-02-03 17:32:09 | ||
ipx_proto.c | 5619 bytes | 2013-02-03 17:32:09 | ||
ipx_usrreq.c | 17403 bytes | 2013-02-03 17:32:09 | ||
ipx_var.h | 5532 bytes | 2013-02-03 17:32:09 | ||
spx.h | 8618 bytes | 2013-02-03 17:32:09 | ||
spx_debug.c | 6205 bytes | 2013-02-03 17:32:09 | ||
spx_debug.h | 4247 bytes | 2013-02-03 17:32:09 | ||
spx_reass.c | 13107 bytes | 2013-02-03 17:32:09 | ||
spx_timer.h | 6898 bytes | 2013-02-03 17:32:09 | ||
spx_usrreq.c | 43321 bytes | 2013-02-03 17:32:09 | ||
spx_var.h | 7164 bytes | 2013-02-03 17:32:09 |
1 $FreeBSD: releng/9.0/sys/netipx/README 194590 2009-06-21 16:11:26Z rwatson $ 2 3 This protocol implements IPX/SPX over Ethernet_II frame type 0x8137. 4 Please note: the SPX implementation may require further work and testing 5 to insure proper operation. 6 7 Mike Mitchell, Network Engineer 8 AMTECH Systems Corporation, Technology and Manufacturing 9 8600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000 10 supervisor@alb.asctmd.com 11 12 John Hay 13 Some Company 14 Some Address 15 jhay@mikom.csir.co.za 16 17 Adapted for multi-processor, multi-threaded network stack by Robert N. M. 18 Watson, Computer Laboratory, University of Cambridge. 19 20 --- Copyright Information --- 21 /*- 22 23 Copyright (c) 1984, 1985, 1986, 1987, 1993 24 The Regents of the University of California. All rights reserved. 25 26 Modifications Copyright (c) 1995, Mike Mitchell 27 Modifications Copyright (c) 1995, John Hay 28 Modifications 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.
[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.