broacasting and select()?
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 };
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement