- Timestamp:
- Apr 23, 2018 3:07:03 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/socket.c
r71982 r71984 181 181 int binderr; 182 182 int ret; 183 183 184 184 /* do we need to bind the socket to specific host address/port? */ 185 185 if (pData->bindIP.s_addr == INADDR_ANY && !fSamePorts) … … 196 196 self.sin_addr = pData->bindIP; 197 197 self.sin_port = fSamePorts ? so->so_lport : 0; 198 198 199 199 Log2(("NAT: binding guest %RTnaipv4:%d to host %RTnaipv4:%d\n", 200 200 so->so_laddr.s_addr, ntohs(so->so_lport),
Note:
See TracChangeset
for help on using the changeset viewer.