Changeset 69419 in vbox for trunk/src/VBox
- Timestamp:
- Oct 27, 2017 10:09:47 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DrvTCP.cpp
r68717 r69419 5 5 6 6 /* 7 * Co pyright (C) 2006-2017 Oracle Corporation.8 * 9 * This file was contributed by Alexey Eromenko (derived from DrvNamedPipe)7 * Contributed by Alexey Eromenko (derived from DrvNamedPipe). 8 * 9 * Copyright (C) 2006-2017 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 39 39 #include "VBoxDD.h" 40 40 41 41 42 /********************************************************************************************************************************* 42 43 * Defined Constants And Macros * … … 48 49 #define DRVTCP_WAKEUP_REASON_EXTERNAL 0 49 50 #define DRVTCP_WAKEUP_REASON_NEW_CONNECTION 1 51 50 52 51 53 /********************************************************************************************************************************* … … 540 542 pDrvIns->iInstance); 541 543 542 /** @todo :Allow binding to distinct interfaces. */544 /** @todo Allow binding to distinct interfaces. */ 543 545 rc = RTTcpServerCreateEx(NULL, uPort, &pThis->hTcpServ); 544 546 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.