VirtualBox

儲存庫 vbox 的更動 11448


忽略:
時間撮記:
2008-8-15 下午06:17:28 (16 年 以前)
作者:
vboxsync
訊息:

DrvTAP: Increased buffer sizes to 16384 in Windows and OS/2. Increased max MTU size to 16384 in .inf file.

位置:
trunk/src/VBox
檔案:
修改 3 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Devices/Network/DrvTAPOs2.cpp

    r11267 r11448  
    238238         * Read a frame, this will block for a while if nothing to read.
    239239         */
    240         char    abBuf[4096];
     240        char    abBuf[16384];
    241241        ULONG   Parm[2] = { ~0UL, ~0UL };   /* mysterious output */
    242242        ULONG   cbParm = sizeof(Parm);      /* this one is actually ignored... */
     
    253253            &&  cbRead > 0 /* cbRead */)
    254254        {
    255             AssertMsg(cbRead <= 1536, ("cbRead=%d\n", cbRead));
     255            // The following assertion was commented out to support jumbo frames.
     256            //AssertMsg(cbRead <= 1536, ("cbRead=%d\n", cbRead));
    256257
    257258            /*
  • trunk/src/VBox/Devices/Network/DrvTAPWin.cpp

    r11269 r11448  
    6464    OVERLAPPED              overlappedRead;
    6565    DWORD                   dwNumberOfBytesRead;
    66     uint8_t                 readBuffer[4096];
     66    uint8_t                 readBuffer[16384];
    6767
    6868    TAP_VERSION             tapVersion;
  • trunk/src/VBox/HostDrivers/VBoxTAP/VBoxTAP.inf

    r8238 r11448  
    8181   HKR, Ndi\params\MTU,                  Optional,  0, "0"
    8282   HKR, Ndi\params\MTU,                  Min,       0, "100"
    83    HKR, Ndi\params\MTU,                  Max,       0, "1500"
     83   HKR, Ndi\params\MTU,                  Max,       0, "16384"
    8484   HKR, Ndi\params\MTU,                  Step,      0, "1"
    8585   HKR, Ndi\params\MediaStatus,          ParamDesc, 0, "Media Status"
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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