Changeset 57358 in vbox for trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceTcp.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceTcp.cpp
r56295 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #define LOG_GROUP RTLOGGROUP_DEFAULT 32 32 #include <iprt/asm.h> … … 46 46 47 47 48 /******************************************************************************* 49 * Defined Constants And Macros *50 ******************************************************************************* /48 /********************************************************************************************************************************* 49 * Defined Constants And Macros * 50 *********************************************************************************************************************************/ 51 51 /** The default server port. */ 52 52 #define TXS_TCP_DEF_BIND_PORT 5042 … … 60 60 61 61 62 /******************************************************************************* 63 * Global Variables *64 ******************************************************************************* /62 /********************************************************************************************************************************* 63 * Global Variables * 64 *********************************************************************************************************************************/ 65 65 /** @name TCP Parameters 66 66 * @{ */
Note:
See TracChangeset
for help on using the changeset viewer.