Quick fix- msTimeOut to usTimeOut
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -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>
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user