VirtualBox

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


Ignore:
Timestamp:
Nov 2, 2016 2:53:16 PM (8 years ago)
Author:
vboxsync
Message:

Dev/E1000: (bugref:8624) Increased link-up delay to 500ms

File:
1 edited

Legend:

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

    r64516 r64518  
    7070 * in init (see @bugref{8624}).
    7171 */
    72 #define E1K_INIT_LINKUP_DELAY (100 * 1000)
     72#define E1K_INIT_LINKUP_DELAY (500 * 1000)
    7373/** @def E1K_TX_DELAY
    7474 * E1K_TX_DELAY aims to improve guest-host transfer rate for TCP streams by
     
    26752675            /*
    26762676             * The driver indicates that we should bring up the link. Our default 5-second delay is too long,
    2677              * as Linux guests detect Tx hang after 2 seconds. Let's use 100 ms delay instead. */
     2677             * as Linux guests detect Tx hang after 2 seconds. Let's use 500 ms delay instead. */
    26782678            e1kArmTimer(pThis, pThis->CTX_SUFF(pLUTimer), E1K_INIT_LINKUP_DELAY);
    26792679        }
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