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:
Andreas Kling 2019-08-04 10:04:06 +02:00
commit 675aa550a4
Notes: sideshowbarker 2024-07-19 12:54:31 +09:00
3 changed files with 12 additions and 4 deletions

View file

@ -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()
{