Forum Discussion
Altera_Forum
Honored Contributor
21 years agoUDP send always fails with -1
Hi, We have a simple setup running on Altera development board where we are attempting to send a UDP packet out to a PC for collcetion. Starting with the net example files, I was able to build...
Altera_Forum
Honored Contributor
21 years agoYou might want to check the value of errno after the call to sendto() fails. This should contain the reason for the error, and may shed more light on what's going wrong.