VirtualBox

Changeset 39471 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 30, 2011 8:53:22 AM (13 years ago)
Author:
vboxsync
Message:

No doxygen comment here, keep it short and to the point. SoMaxConnection is a 'CFGM value' not a 'key' (see windows registry). There is no CFGM key or value starting with VBoxInternal/..., that's the CFGM overlay feature in Main and does not need mentioning here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp.c

    r39467 r39471  
    605605    tcp_sndspace = 64 * _1K;
    606606    tcp_rcvspace = 64 * _1K;
    607     /**
    608      * 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      * default value 10 (xTracker/5983) in case value for the key wasn't found.
     607
     608    /*
     609     * Use the same default here as in DevNAT.cpp (SoMaxConnection CFGM value)
     610     * to avoid release log noise.
    612611     */
    613612    pData->soMaxConn = 10;
     
    21692168    return 1;
    21702169}
     2170
    21712171/**
    21722172 * add entry to the arp cache
    21732173 * @note: this is helper function, slirp_arp_cache_update_or_add should be used.
    21742174 */
    2175 
    21762175static inline void slirp_arp_cache_add(PNATState pData, uint32_t ip, const uint8_t *ether)
    21772176{
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette