added some option handling functions

This commit is contained in:
2025-09-26 19:58:22 +09:00
parent 90365bfdd4
commit 6ce8f1a5fe
5 changed files with 473 additions and 84 deletions

View File

@ -10,6 +10,7 @@ VERSION=1.0.0
SRCS=\
haza.go \
opt.go \
pkt.go \
server.go \
sock.go