serenity/Kernel/Net
Tim Schumacher 9fad80c34c Kernel: Silently discard SO_REUSEADDR
We were previously rejecting `SO_REUSEADDR` with an `ENOPROTOOPT`, but
that made QEMU unhappy. Instead, just silently discard it and print a
FIXME message in case anybody wonders what went wrong if the system
won't reuse an address.
2022-08-01 04:23:41 +00:00
..
Intel Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
NE2000 Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Realtek Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ARP.h
EthernetFrameHeader.h
EtherType.h
ICMP.h
IPv4.h
IPv4Socket.cpp Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument 2022-07-21 16:39:22 +02:00
IPv4Socket.h Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument 2022-07-21 16:39:22 +02:00
IPv4SocketTuple.h
LocalSocket.cpp Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument 2022-07-21 16:39:22 +02:00
LocalSocket.h Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument 2022-07-21 16:39:22 +02:00
LoopbackAdapter.cpp
LoopbackAdapter.h
NetworkAdapter.cpp Kernel: Annotate all KBuffer and DoubleBuffer with a custom name 2022-07-12 00:55:31 +01:00
NetworkAdapter.h
NetworkingManagement.cpp
NetworkingManagement.h
NetworkTask.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
NetworkTask.h
Routing.cpp Kernel/Routing: Hide some leftover debugging under a debug flag 2022-07-09 16:53:26 +03:00
Routing.h Kernel/Net: Support removing route entries with unknown gateway 2022-07-09 09:22:25 +01:00
Socket.cpp Kernel: Silently discard SO_REUSEADDR 2022-08-01 04:23:41 +00:00
Socket.h Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument 2022-07-21 16:39:22 +02:00
TCP.h
TCPSocket.cpp Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument 2022-07-21 16:39:22 +02:00
TCPSocket.h Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument 2022-07-21 16:39:22 +02:00
UDP.h
UDPSocket.cpp Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument 2022-07-21 16:39:22 +02:00
UDPSocket.h Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument 2022-07-21 16:39:22 +02:00