Function to find goot reply socket for IPv4 Broadcast Requests

FossilOrigin-Name: 4f0280443244ca86f2b0575642e33da419ac1466df06c75b800e175f27124cc3
This commit is contained in:
7u83@mail.ru
2016-02-15 18:16:02 +00:00
parent 8658f10cb9
commit 3e35b56060
2 changed files with 68 additions and 2 deletions

View File

@ -33,6 +33,8 @@ struct socklistelem{
int family;
int wtpcount;
int ac_proto;
struct sockaddr netmask;
struct sockaddr addr;
};