mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:58:12 +00:00
Kernel: Make sockets use AK::Time
This commit is contained in:
parent
719cb93a1a
commit
5c15ca7b84
13 changed files with 54 additions and 53 deletions
|
@ -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" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue