mirror of
https://github.com/ipxe/ipxe
synced 2025-12-16 09:32:33 +03:00
[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>
This commit is contained in:
12
src/arch/x86/include/bits/tcpip.h
Normal file
12
src/arch/x86/include/bits/tcpip.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _BITS_TCPIP_H
|
||||
#define _BITS_TCPIP_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* Transport-network layer interface
|
||||
*
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#endif /* _BITS_TCPIP_H */
|
||||
Reference in New Issue
Block a user