Changeset 77022 in vbox for trunk/src/VBox
- Timestamp:
- Jan 28, 2019 3:02:16 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128448
- Location:
- trunk/src/VBox/NetworkServices/NAT
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/lwipopts.h
r76982 r77022 171 171 /* MEMP_NUM_SYS_TIMEOUT: the number of simultaneously active 172 172 timeouts. */ 173 #define MEMP_NUM_SYS_TIMEOUT 256173 #define MEMP_NUM_SYS_TIMEOUT 16 174 174 175 175 -
trunk/src/VBox/NetworkServices/NAT/pxdns.c
r76981 r77022 462 462 pxdns->timeout_mask |= 1U << req->timeout_slot; 463 463 if (omask == 0) { 464 sys_untimeout(pxdns_timer, pxdns); 464 465 sys_timeout(1 * 1000, pxdns_timer, pxdns); 465 466 }
Note:
See TracChangeset
for help on using the changeset viewer.