diff options
| author | Michael Brown | 2006-06-18 01:20:54 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-06-18 01:20:54 +0200 |
| commit | 86378340313a4d511121f74ef98f6f263df21ba0 (patch) | |
| tree | c8c6c05fc7b4de9a2375fd43cf475140bfa4cc59 /src/net/uip | |
| parent | Simplify RX data path. (diff) | |
| download | ipxe-86378340313a4d511121f74ef98f6f263df21ba0.tar.gz ipxe-86378340313a4d511121f74ef98f6f263df21ba0.tar.xz ipxe-86378340313a4d511121f74ef98f6f263df21ba0.zip | |
Made the temporary buffer part of the TCP senddata() API, to ease the
transition away from uIP.
Prepared ipv4.c for transition away from uIP.
Diffstat (limited to 'src/net/uip')
| -rw-r--r-- | src/net/uip/uipopt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/uip/uipopt.h b/src/net/uip/uipopt.h index b17b89055..fc1207182 100644 --- a/src/net/uip/uipopt.h +++ b/src/net/uip/uipopt.h @@ -569,4 +569,6 @@ extern void uip_tcp_appcall ( void ); #define UIP_IPADDR2 254 #define UIP_IPADDR3 1 +#define USE_UIP 1 + #endif /* __UIPOPT_H__ */ |
