Hi all, I have an application where there are 5 udp clients/senders which keep sending data to same IP with different port number can I design my udp server to recieve data from all 5 clients at the same time? how should I use the
server address structure? should I use different address structure for each ? am trying to do it using fork() . please guide me how to go with it?...