Forum Discussion
Altera_Forum
Honored Contributor
21 years agoGiven that you can access the web page, it sounds like the problem really is something to do with the address that you are using. Is the ARP you are seeing for the correct address? and is the machine you are trying to send to the same one as you are running your web browser on?
Also, while it's probably nothing to do with your problem, I would have used: local.sin_addr.s_addr = inet_addr ("172.25.110.17"); rather than: local.sin_addr.s_addr = htonl(0xAC196E11); just for readability.