Issues.00606 - lordmundi/wikidoctest GitHub Wiki

00606: DCOMM on Windows no longer working

« 00605 | Issues | 00607 »

Summary: DCOMM on Windows no longer working

Created: 2017–05–03 19:18

Status: Released

Category: Bug

From: frankie

Version: 2.4

Released_In: 2.4.1

Description:

It appears that DCOMM on the Windows EDGE versions is not working. Multicast connections don't seem to discover correctly. And if direct comm is used instead, it connects, but DCOMM shows an error in the Help→Plugins dialog box during handshaking such as not being able to get byte order.


Comments


« 00605 | Issues | 00607 »

Associated Commits

| commit | 69c09fb543da04052c455306901b33608895d083 link5 | || | Author: | Alex Lin | | Date: | Thu May 18 17:23:59 2017 -0500 | | Message: | [@Issue 00606: DCOMM on Windows no longer working Found some cases where we were testing errno, but in Windows we need to check WSAGetLastError. Also found a call to sleep that was meant for 1 second, but was actually sleeping for 1000 seconds. I changed it to sleep for 1ms. While I was in there I removed some code that was in #if 0 blocks and fixed some code indentation. @] |

Affected Files:

src/dcomm/src/dcomm_client.c | 342 ++++++++++++++++±-------------------------
 src/dcomm/src/dcomm_server.c |  24 ±-
 src/dcomm/src/dcomm_utils.c  | 116 ++±-----------
 3 files changed, 170 insertions(+), 312 deletions(-)

| commit | 7cdf51a823994d4332e4664c75618dbd35a015af link6 | || | Author: | Alex Lin | | Date: | Thu May 18 17:16:09 2017 -0500 | | Message: | [@Issue 00606: DCOMM on Windows no longer working Found some cases where we were testing errno, but in Windows we need to check WSAGetLastError. Also found a call to sleep that was meant for 1 second, but was actually sleeping for 1000 seconds. I changed it to sleep for 1ms. While I was in there I removed some code that was in #if 0 blocks and fixed some code indentation. @] |

Affected Files:

src/dcomm/src/dcomm_client.c | 342 ++++++++++++++++±-------------------------
 src/dcomm/src/dcomm_server.c |  24 ±-
 src/dcomm/src/dcomm_utils.c  | 116 ++±-----------
 3 files changed, 170 insertions(+), 312 deletions(-)