Actions
Bug #81
closedsupporting empty localAdr in CommTCP
Start date:
10/28/2015
Due date:
% Done:
0%
Estimated time:
Forum topic:
Description
The docu of CommTCP states that an empty localAdr refers to localhost.
Since this does not work under all versions of Windows, the address 127.0.0.1
(localhost) should be inserted automatically in case of an empty localAdr.
This would solve the problem with the example modules CommObxStreamsServer
and CommObxStreamsClient.
In addition, CopyOfAdrString should copy the input string as expected.
Currently it allocates a copy and then returns the input string.
Actions