浏览代码

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

tags/v0.9.3
Michael Brown 17 年前
父节点
当前提交
1136c19fa4
共有 2 个文件被更改,包括 406 次插入350 次删除
  1. 0
    2
      src/include/gpxe/tcp.h
  2. 406
    348
      src/net/tcp.c

+ 0
- 2
src/include/gpxe/tcp.h 查看文件

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

+ 406
- 348
src/net/tcp.c
文件差异内容过多而无法显示
查看文件


正在加载...
取消
保存