- Timestamp:
- Mar 30, 2015 2:13:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/socket.c
r54827 r55002 779 779 780 780 /* 781 * last argument should be changed if Slirp will inject IP attributes 782 * Note: Here we can't check if dnsproxy's sent initial request 781 * DNS proxy requests are forwarded to the real resolver, 782 * but its socket's so_faddr is that of the DNS proxy 783 * itself. 784 * 785 * last argument should be changed if Slirp will inject IP attributes 783 786 */ 784 787 if ( pData->fUseDnsProxy 785 && so->so_fport == RT_H2N_U16_C(53)) 788 && so->so_fport == RT_H2N_U16_C(53) 789 && CTL_CHECK(so->so_faddr.s_addr, CTL_DNS)) 786 790 dnsproxy_answer(pData, so, m); 787 791
Note:
See TracChangeset
for help on using the changeset viewer.