소스 검색

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
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


Loading…
취소
저장