2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-02-05 13:31:47 +00:00

Updated tcp.c to provide a standardised data transfer interface.

This commit is contained in:
Michael Brown 2007-05-25 15:58:42 +00:00
parent 54138f28f6
commit 1136c19fa4
2 changed files with 452 additions and 396 deletions

View File

@ -253,8 +253,6 @@ struct tcp_mss_option {
*/
#define TCP_MSL ( 2 * 60 * TICKS_PER_SEC )
extern int tcp_open ( struct stream_application *app );
extern struct tcpip_protocol tcp_protocol;
#endif /* _GPXE_TCP_H */

File diff suppressed because it is too large Load Diff