Changeset 14641 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Nov 26, 2008 1:33:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp_state.h
r14638 r14641 241 241 242 242 #ifdef VBOX_WITH_BSD_REASS 243 243 244 #define maxfragsperpacket pData->maxfragsperpacket 244 245 #define maxnipq pData->maxnipq 245 246 #define nipq pData->nipq 246 #endif /* VBOX_WITH_BSD_REASS */ 247 248 #ifdef VBOX_WITH_BSD_REASS 247 249 248 #define tcp_reass_qsize pData->tcp_reass_qsize 250 249 #define tcp_reass_maxqlen pData->tcp_reass_maxqlen 251 250 #define tcp_reass_maxseg pData->tcp_reass_maxseg 252 251 #define tcp_reass_overflows pData->tcp_reass_overflows 253 #endif /* VBOX_WITH_BSD_REASS */ 252 253 #else /* ! VBOX_WITH_BSD_REASS */ 254 254 255 255 #if SIZEOF_CHAR_P != 4 … … 276 276 #endif 277 277 278 #endif 279 278 280 279 281 #endif /* !_slirp_state_h_ */
Note:
See TracChangeset
for help on using the changeset viewer.