mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
Kernel: Make LoopbackAdapter always link up
This commit is contained in:
parent
c31f085b8c
commit
9efeecf903
Notes:
sideshowbarker
2024-07-18 08:17:10 +09:00
Author: https://github.com/sppmacd
Commit: 9efeecf903
Pull-request: https://github.com/SerenityOS/serenity/pull/9022
Reviewed-by: https://github.com/kleinesfilmroellchen
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ public:
|
|||
|
||||
virtual void send_raw(ReadonlyBytes) override;
|
||||
virtual StringView class_name() const override { return "LoopbackAdapter"; }
|
||||
virtual bool link_up() override { return true; }
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue