VirtualBox

Changeset 91485 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Sep 30, 2021 7:57:39 AM (3 years ago)
Author:
vboxsync
Message:

Dev/e1000: bugref:10114 Increased link up delay to 5 seconds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevE1000.cpp

    r90447 r91485  
    79817981                                N_("Configuration error: Failed to get the value of 'TidEnabled'"));
    79827982
    7983     rc = pHlp->pfnCFGMQueryU32Def(pCfg, "LinkUpDelay", (uint32_t*)&pThis->cMsLinkUpDelay, 3000); /* ms */
     7983    /*
     7984     * Increased the link up delay from 3 to 5 seconds to make sure a guest notices the link loss
     7985     * and updates its network configuration when the link is restored. See @bugref{10114}.
     7986     */
     7987    rc = pHlp->pfnCFGMQueryU32Def(pCfg, "LinkUpDelay", (uint32_t*)&pThis->cMsLinkUpDelay, 5000); /* ms */
    79847988    if (RT_FAILURE(rc))
    79857989        return PDMDEV_SET_ERROR(pDevIns, rc,
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