Parcourir la source

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

tags/v0.9.3
Michael Brown il y a 17 ans
Parent
révision
1136c19fa4
2 fichiers modifiés avec 406 ajouts et 350 suppressions
  1. 0
    2
      src/include/gpxe/tcp.h
  2. 406
    348
      src/net/tcp.c

+ 0
- 2
src/include/gpxe/tcp.h Voir le fichier

@@ -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
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


Chargement…
Annuler
Enregistrer