Changeset 39466 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Nov 30, 2011 1:25:55 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75114
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r39465 r39466 606 606 tcp_rcvspace = 64 * _1K; 607 607 /** 608 * Assignment here has only meaning, to avoid additional noise in release log 609 * the value set from DrvNAT in function slirp_set_somaxcon, readingCFGM key610 * "VBoxInternal/Devices/<adapter name>/0/LUN#0/Config/SoMaxConnection" or setting608 * Assignment here has only meaning, to avoid additional noise in release log. 609 * The value's assigned from DrvNAT in function slirp_set_somaxconi by reading value of CFGM key 610 * "VBoxInternal/Devices/<adapter name>/0/LUN#0/Config/SoMaxConnection" or to 611 611 * default value 10 (xTracker/5983) in case value for the key wasn't found. 612 612 */
Note:
See TracChangeset
for help on using the changeset viewer.