2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-11-02 20:32:33 +00:00
Files
xNBA/src/arch/x86/include/bits/tcpip.h
Michael Brown 1d77d03216 [tcpip] Allow for architecture-specific TCP/IP checksum routines
Calculating the TCP/IP checksum on received packets accounts for a
substantial fraction of the response latency.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2012-06-27 19:15:17 +01:00

13 lines
163 B
C

#ifndef _BITS_TCPIP_H
#define _BITS_TCPIP_H
/** @file
*
* Transport-network layer interface
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#endif /* _BITS_TCPIP_H */