VirtualBox

Changeset 31256 in vbox


Ignore:
Timestamp:
Jul 30, 2010 4:48:56 PM (14 years ago)
Author:
vboxsync
Message:

ConsoleImplTeleporter.cpp: The server end as well (most important).

File:
1 edited

Legend:

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

    r31255 r31256  
    12371237
    12381238    /*
    1239      * Say hello.
    1240      */
    1241     int vrc = RTTcpWrite(Sock, g_szWelcome, sizeof(g_szWelcome) - 1);
     1239     * Disable Nagle and say hello.
     1240     */
     1241    int vrc = RTTcpSetSendCoalescing(pState->mhSocket, false /*fEnable*/);
     1242    AssertRC(vrc);
     1243    vrc = RTTcpWrite(Sock, g_szWelcome, sizeof(g_szWelcome) - 1);
    12421244    if (RT_FAILURE(vrc))
    12431245    {
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