Displaying 1 result from an estimated 1 matches for "ns_main".
Did you mean:
hs_main
1997 Apr 22
1
SNI-12: BIND Vulnerabilities and Solutions (fwd)
...ew defaults */
new_res = _res;
- --- 537,543 ----
_res.retrans = DEF_RETRANS; /* timeout in secs between retries */
/* initialize packet id */
! _res.id = res_randomid();
/* save new defaults */
new_res = _res;
diff -cNr ../bind-4.9.5-P1-rel/named/ns_main.c ./named/ns_main.c
*** ../bind-4.9.5-P1-rel/named/ns_main.c Tue Nov 26 03:11:23 1996
- --- ./named/ns_main.c Wed Apr 9 00:24:14 1997
***************
*** 1658,1668 ****
}
/*
! * These are here in case we ever want to get more clever, like perhaps
! * using a bitmap to keep track of o...