mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
Kernel: Make sockets use AK::Time
This commit is contained in:
parent
719cb93a1a
commit
5c15ca7b84
Notes:
sideshowbarker
2024-07-18 21:47:24 +09:00
Author: https://github.com/BenWiederhake
Commit: 5c15ca7b84
Pull-request: https://github.com/SerenityOS/serenity/pull/5323
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bgianfo
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