Kernel: Make sockets use AK::Time

This commit is contained in:
Ben Wiederhake 2021-02-28 02:48:45 +01:00 committed by Andreas Kling
commit 5c15ca7b84
Notes: sideshowbarker 2024-07-18 21:47:24 +09:00
13 changed files with 54 additions and 53 deletions

View file

@ -202,7 +202,7 @@ private:
u32 ack_number { 0 };
ByteBuffer buffer;
int tx_counter { 0 };
timeval tx_time { 0, 0 };
Time tx_time {};
};
Lock m_not_acked_lock { "TCPSocket unacked packets" };