Changeset 28166 in vbox
- Timestamp:
- Apr 11, 2010 9:08:45 PM (15 years ago)
- Location:
- trunk/src/VBox/Devices/Network/slirp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/ip_icmp.c
r28147 r28166 427 427 time_fasttimo = curtime; /* Flag when we want a fasttimo */ 428 428 } 429 430 429 } 431 430 else -
trunk/src/VBox/Devices/Network/slirp/slirp.c
r28147 r28166 840 840 } 841 841 } 842 /* always add the ICMP socket */ 843 #ifndef RT_OS_WINDOWS 844 pData->icmp_socket.so_poll_index = -1; 845 #endif 842 846 ICMP_ENGAGE_EVENT(&pData->icmp_socket, readfds); 843 847
Note:
See TracChangeset
for help on using the changeset viewer.