have a server that like does stuff now

This commit is contained in:
Peter Harpending
2025-10-11 02:07:20 -06:00
parent fa16da8178
commit 6c45f30919
8 changed files with 107 additions and 24 deletions
-1
View File
@@ -220,7 +220,6 @@ terminate(_, _) ->
do_listen(PortNum, State = #s{port_num = none}) ->
SocketOptions =
[inet6,
{packet, line},
{active, once},
{mode, binary},
{keepalive, true},