Initial commit

This commit is contained in:
Gabriella Gonzalez
2022-06-15 10:21:24 -07:00
commit ddcf0a04db
11 changed files with 905 additions and 0 deletions

4
linux/Sysctl.hs Normal file
View File

@@ -0,0 +1,4 @@
module Sysctl where
_SO_MAX_CONN :: String
_SO_MAX_CONN = "net.core.somaxconn"