mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:57:35 +00:00
Kernel: Implement the SO_DONTROUTE SOL_SOCKET-level option
This commit is contained in:
parent
641498954f
commit
613ade9dec
4 changed files with 20 additions and 2 deletions
|
@ -154,9 +154,9 @@ protected:
|
|||
|
||||
void set_role(Role role) { m_role = role; }
|
||||
|
||||
protected:
|
||||
ucred m_origin { 0, 0, 0 };
|
||||
ucred m_acceptor { 0, 0, 0 };
|
||||
bool m_routing_disabled { false };
|
||||
|
||||
private:
|
||||
virtual bool is_socket() const final { return true; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue