VirtualBox

Ignore:
Timestamp:
Jun 18, 2010 12:25:12 PM (14 years ago)
Author:
vboxsync
Message:

Storage/iSCSI: switch to sending in a single call, avoiding separate sending of iSCSI PDU header separately on some IP stacks. Adjustments to VBoxHDD, DrvVD and MediumImpl to pass the required VD interface methods.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MediumImpl.cpp

    r30292 r30309  
    673673    m->vdIfCallsTcpNet.pfnRead = RTTcpRead;
    674674    m->vdIfCallsTcpNet.pfnWrite = RTTcpWrite;
     675    m->vdIfCallsTcpNet.pfnSgWrite = RTTcpSgWrite;
    675676    m->vdIfCallsTcpNet.pfnFlush = RTTcpFlush;
     677    m->vdIfCallsTcpNet.pfnSetSendCoalescing = RTTcpSetSendCoalescing;
    676678    m->vdIfCallsTcpNet.pfnGetLocalAddress = RTTcpGetLocalAddress;
    677679    m->vdIfCallsTcpNet.pfnGetPeerAddress = RTTcpGetPeerAddress;
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