VirtualBox

Ignore:
Timestamp:
Jul 17, 2009 11:40:55 AM (15 years ago)
Author:
vboxsync
Message:

NAT: time storage corresponds to Slirp requirements, and time conversion for HouseKeeping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/libalias/alias_db.c

    r21662 r21671  
    22992299
    23002300    /* Compute number of spokes (output table link chains) to cover */
     2301#ifndef VBOX
    23012302    n = LINK_TABLE_OUT_SIZE * (la->timeStamp - la->lastCleanupTime);
     2303#else
     2304    n = LINK_TABLE_OUT_SIZE * ((la->timeStamp - la->lastCleanupTime)/1000);
     2305#endif
    23022306    n /= ALIAS_CLEANUP_INTERVAL_SECS;
    23032307
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette