mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +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
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