Advertisement

broacasting and select()?

Started by February 18, 2005 06:07 PM
1 comment, last by Lehel Kovach 20 years ago
Is it possible to use select() to listen for udp broadcast messages? For some reason, it isn't working for me. The regular blocking recvfrom() works, but I would like to use select(). Is there something special I need to do first?
That should work fine. You have to be doing something else wrong. Does your select() work for regular (non-broadcast) packets?
enum Bool { True, False, FileNotFound };
Advertisement
Yeah, sorry. I figured out my problem was something else.

This topic is closed to new replies.

Advertisement