mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 22:11:08 +03:00
Updated tcp.c to provide a standardised data transfer interface.
This commit is contained in:
@@ -253,8 +253,6 @@ struct tcp_mss_option {
|
|||||||
*/
|
*/
|
||||||
#define TCP_MSL ( 2 * 60 * TICKS_PER_SEC )
|
#define TCP_MSL ( 2 * 60 * TICKS_PER_SEC )
|
||||||
|
|
||||||
extern int tcp_open ( struct stream_application *app );
|
|
||||||
|
|
||||||
extern struct tcpip_protocol tcp_protocol;
|
extern struct tcpip_protocol tcp_protocol;
|
||||||
|
|
||||||
#endif /* _GPXE_TCP_H */
|
#endif /* _GPXE_TCP_H */
|
||||||
|
|||||||
844
src/net/tcp.c
844
src/net/tcp.c
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user