Quick fix- msTimeOut to usTimeOut

This commit is contained in:
Chris Teubert
2014-12-03 10:26:01 -08:00
parent 044b613e32
commit dcce37573f
4 changed files with 4 additions and 4 deletions

View File

@@ -166,7 +166,7 @@ struct xpcSocket openUDP(unsigned short port_number, const char *xpIP, unsigned
setsockopt(theSocket.sock, SOL_SOCKET, SO_RCVTIMEO, (char *)&msTimeOutWin, sizeof(msTimeOutWin)); setsockopt(theSocket.sock, SOL_SOCKET, SO_RCVTIMEO, (char *)&msTimeOutWin, sizeof(msTimeOutWin));
#else #else
tv.tv_sec = 0; /* Sec Timeout */ tv.tv_sec = 0; /* Sec Timeout */
tv.tv_usec = msTimeOut; // Microsec Timeout tv.tv_usec = usTimeOut; // Microsec Timeout
setsockopt(theSocket.sock, SOL_SOCKET, SO_RCVTIMEO, (char *) &tv, sizeof(struct timeval)); setsockopt(theSocket.sock, SOL_SOCKET, SO_RCVTIMEO, (char *) &tv, sizeof(struct timeval));
#endif #endif

View File

@@ -104,11 +104,11 @@
ignoreCount = "0" ignoreCount = "0"
continueAfterRunningActions = "No" continueAfterRunningActions = "No"
filePath = "../C/src/xplaneConnect.c" filePath = "../C/src/xplaneConnect.c"
timestampString = "439168827.040532" timestampString = "439323769.322082"
startingColumnNumber = "9223372036854775807" startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807"
startingLineNumber = "584" startingLineNumber = "582"
endingLineNumber = "584" endingLineNumber = "582"
landmarkName = "parseRequest()" landmarkName = "parseRequest()"
landmarkType = "7"> landmarkType = "7">
</BreakpointContent> </BreakpointContent>