Project

General

Profile

Bug #81

Updated by J. Templ over 9 years ago

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.

Back