Changeset 1053 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Feb 23, 2007 5:09:18 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18929
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp_state.h
r1042 r1053 97 97 #if ARCH_BITS == 64 98 98 /* Stuff from tcp_subr.c */ 99 void *apvHash[1 024];99 void *apvHash[16384]; 100 100 uint32_t cpvHashUsed; 101 101 uint32_t cpvHashCollisions;
Note:
See TracChangeset
for help on using the changeset viewer.