Changeset 100886 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Aug 16, 2023 5:22:30 PM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 158817
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tcp_input.c
r98103 r100886 513 513 * initiated by localhost (so == NULL), see @bugref{9896}. 514 514 */ 515 if ( ( RT_N2H_U32(ti->ti_dst.s_addr) & ~pData->netmask) == CTL_ALIAS515 if ( (CTL_CHECK(ti->ti_dst.s_addr, CTL_ALIAS)) 516 516 && !pData->fLocalhostReachable 517 517 && !so)
Note:
See TracChangeset
for help on using the changeset viewer.