mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 10:09:14 +00:00
Kernel: Put IPv4 and TCP related debug spam behind flags
...and turn those flags off for now, to make it possible to write some networking code without being spammed to death.
This commit is contained in:
parent
273d9d6cf5
commit
675aa550a4
Notes:
sideshowbarker
2024-07-19 12:54:31 +09:00
Author: https://github.com/awesomekling
Commit: 675aa550a4
3 changed files with 12 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
|||
#include <Kernel/UnixTypes.h>
|
||||
#include <LibC/errno_numbers.h>
|
||||
|
||||
#define IPV4_SOCKET_DEBUG
|
||||
//#define IPV4_SOCKET_DEBUG
|
||||
|
||||
Lockable<HashTable<IPv4Socket*>>& IPv4Socket::all_sockets()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue