Code is as follows; say for hostaddr is null; say for errno - uninitialized variable!!!!
LIBRARY REXXSOCK HOSTADDR = SOCKGETHOSTID() SAY HOSTADDR SAY ERRNO
Shouldn't HOSTADDR be 192.168.0.2 (my computer's lan ip) and shouldn't errno be initialized?
First time using SOCKS - want to write a server that waits to receive a UDP message and then reissue a TCP message to the SNBA (subnet broadcast address).