mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-24 19:28:48 +00:00
Kernel: Merge do_retransmit_packets() into retransmit_packets()
This commit is contained in:
parent
08aa3a91e3
commit
c22296505c
Notes:
sideshowbarker
2024-07-18 18:09:36 +09:00
Author: https://github.com/gunnarbeutner
Commit: c22296505c
Pull-request: https://github.com/SerenityOS/serenity/pull/7078
Reviewed-by: https://github.com/awesomekling
2 changed files with 46 additions and 52 deletions
|
@ -176,7 +176,6 @@ private:
|
|||
virtual KResult protocol_bind() override;
|
||||
virtual KResult protocol_listen() override;
|
||||
|
||||
void do_retransmit_packets();
|
||||
void enqueue_for_retransmit();
|
||||
void dequeue_for_retransmit();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue