Changeset 2566 in vbox
- Timestamp:
- May 9, 2007 4:37:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r2533 r2566 651 651 break; 652 652 case ETH_P_IP: 653 /* Update time. Important if the network is very quiet, as otherwise 654 * the first outgoing connection gets an incorrect timestamp. */ 655 updtime(pData); 656 653 657 m = m_get(pData); 654 658 if (!m)
Note:
See TracChangeset
for help on using the changeset viewer.