Dear Saso,

Modified code snipped below:

Thanks a lot for the modified code snippets. I have incorporated your code into my UDPSender project (attached). When I run that I get

bash-2.05a$ /Build/UDPSender/obj/UDPSender
Sending packet 0
sendto() failed: Socket is already connected
Sending packet 1
sendto() failed: Socket is already connected
Sending packet 2
sendto() failed: Socket is already connected
Sending packet 3
sendto() failed: Socket is already connected
Sending packet 4
sendto() failed: Socket is already connected
Sending packet 5
sendto() failed: Socket is already connected
Sending packet 6
sendto() failed: Socket is already connected
Sending packet 7
sendto() failed: Socket is already connected
Sending packet 8
sendto() failed: Socket is already connected
Sending packet 9
sendto() failed: Socket is already connected
bash-2.05a$

on the Mac and

-bash-3.00$  /Build/UDPSender/obj/UDPSender
Sending packet 0
sendto() failed: Transport endpoint is already connected
Sending packet 1
sendto() failed: Transport endpoint is already connected
Sending packet 2
sendto() failed: Transport endpoint is already connected
Sending packet 3
sendto() failed: Transport endpoint is already connected
Sending packet 4
sendto() failed: Transport endpoint is already connected
Sending packet 5
sendto() failed: Transport endpoint is already connected
Sending packet 6
sendto() failed: Transport endpoint is already connected
Sending packet 7
sendto() failed: Transport endpoint is already connected
Sending packet 8
sendto() failed: Transport endpoint is already connected
Sending packet 9
sendto() failed: Transport endpoint is already connected
-bash-3.00$

on Solaris!?

Any ideas?

Regards,

 Andreas


Attachment: UDPSender.tar.gz
Description: GNU Zip compressed data


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to