mirror of
https://github.com/xcat2/xNBA.git
synced 2025-11-02 20:32:33 +00:00
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>
13 lines
163 B
C
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 */
|