Updated usage of socket lib in accordance to socket lib edits
This commit is contained in:
parent
7d83edd078
commit
7557cacc17
1 changed files with 1 additions and 1 deletions
|
@ -1272,7 +1272,7 @@ namespace Mist{
|
|||
tmpEx.connector(getStatsName());
|
||||
tmpEx.up(myConn.dataUp());
|
||||
tmpEx.down(myConn.dataDown());
|
||||
tmpEx.time(now - myConn.connTime());
|
||||
tmpEx.time(Util::bootSecs() - myConn.connTime());
|
||||
if (thisPacket){
|
||||
tmpEx.lastSecond(thisPacket.getTime());
|
||||
}else{
|
||||
|
|
Loading…
Add table
Reference in a new issue