added a function to get the monotonic time

This commit is contained in:
2024-12-09 19:04:22 +09:00
parent 464a550c68
commit de113d150f
4 changed files with 49 additions and 2 deletions

View File

@ -13,7 +13,9 @@ SRCS=\
server.go \
server-ctl.go \
server-peer.go \
server-ws.go
server-ws.go \
system-freebsd.go \
system-linux.go
CMD_DATA=\
cmd/tls.crt \