Receiving UDP broadcasts on multipoint systems

I have a Windows XP computer with more than one network adapter. When I receive a UDP broadcast packet from another computer that does not yet have a valid IP address, how can I determine which network adapter received this packet?

I need to implement a view on a custom DHCP server ...

0


a source to share


1 answer


If there is no IP address on the other computer, I don't think it can broadcast UDP!



Do you mean "RARP" broadcast instead of "UDP" broadcast?

0


a source







All Articles