[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:
Michael Brown
2012-06-27 12:02:58 +01:00
parent 6a4ff519c8
commit 1d77d03216
3 changed files with 24 additions and 4 deletions

View 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 */