iptools: reorganizing and continuing pool work

This commit is contained in:
2023-05-03 02:57:04 +00:00
parent 77c21c9747
commit 842181f555
14 changed files with 360 additions and 31 deletions

View File

@@ -4,6 +4,7 @@ go_library(
name = "server",
srcs = [
"ifi.go",
"ifi_linux.go",
"server.go",
],
importpath = "git.wntrmute.dev/kyle/kdhcp/server",

View File

@@ -70,6 +70,7 @@ func (s *Server) Listen() {
log.Errf("server: error reading packet: %s", err)
continue
}
break
}
}