VirtualBox

Ignore:
Timestamp:
Apr 29, 2016 10:00:11 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106948
Message:

Main/USBProxyBackend: Fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/generic/USBProxyBackendUsbIp.cpp

    r60745 r60755  
    521521                    }
    522522                }
    523                 else if (rc == VERR_NET_SHUTDOWN || rc == VERR_BROKEN_PIPE)
     523                else if (rc == VERR_NET_SHUTDOWN || rc == VERR_BROKEN_PIPE || rc == VERR_NET_CONNECTION_RESET_BY_PEER)
    524524                {
    525525                    Log(("USB/IP: Lost connection to host \"%s\", trying to reconnect...\n", m->pszHost));
     
    550550    }
    551551
     552    LogFlowFunc(("return rc=%Rrc\n", rc));
    552553    return rc;
    553554}
     
    992993{
    993994    /** @todo */
     995    NOREF(pDevices);
    994996    return true;
    995997}
Note: See TracChangeset for help on using the changeset viewer.

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