|
Hi,
I am working on an application that needs to
receive all UDP packets (regardless of
port.) How do I do this? Is it by
using:
socket(AF_INET, SOCK_RAW,
IPPROTO_UDP)
Do I need to bind() before I recv()
?
Very confused and unsure,
David
|
