Forum Discussion
Altera_Forum
Honored Contributor
15 years agoWell, after some debugging. I put some error checking on the inet_pton function and discovered it wasnt actually working. So the struct was never getting populated with address info which caused the connect function to..well not connect.
However now I am getting a "no free buffer" error: --- Quote Start --- Attempting to Connect to Target Server at 192.168.002.196 on Port: 502 Returned 8500502 as socket. Address was successfully converted. No free buffers for rx No free buffers for rx No free buffers for rx No free buffers for rx No free buffers for rx No free buffers for rx No free buffers for rx No free buffers for rx No free buffers for rx Error Connecting To Server. Error: Connect Subroutine Has Failed. --- Quote End ---