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));
|
||||
#else
|
||||
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));
|
||||
#endif
|
||||
|
||||
|
||||
Binary file not shown.
@@ -104,11 +104,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "../C/src/xplaneConnect.c"
|
||||
timestampString = "439168827.040532"
|
||||
timestampString = "439323769.322082"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "584"
|
||||
endingLineNumber = "584"
|
||||
startingLineNumber = "582"
|
||||
endingLineNumber = "582"
|
||||
landmarkName = "parseRequest()"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user