Sfoglia il codice sorgente

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

tags/v0.9.3
Michael Brown 17 anni fa
parent
commit
1136c19fa4
2 ha cambiato i file con 406 aggiunte e 350 eliminazioni
  1. 0
    2
      src/include/gpxe/tcp.h
  2. 406
    348
      src/net/tcp.c

+ 0
- 2
src/include/gpxe/tcp.h Vedi File

@@ -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
File diff soppresso perché troppo grande
Vedi File


Loading…
Annulla
Salva