LibC: Add some missing netinet macros required by OpenSSH

Not used anywhere in Serenity right now, but required for OpenSSH.
This commit is contained in:
Luke 2020-09-09 08:23:29 +01:00 committed by Andreas Kling
commit 7a558d16b0
Notes: sideshowbarker 2024-07-19 02:11:30 +09:00
2 changed files with 4 additions and 0 deletions

View file

@ -25,3 +25,5 @@
*/
#pragma once
#define TCP_NODELAY 10