diff --git a/server.go b/server.go index 51916be6..c250ccc2 100644 --- a/server.go +++ b/server.go @@ -223,8 +223,7 @@ type Server struct { // Unsafe instructs the server to disregard any sanity checks and directly hand the message to // the handler. It will specfically not check if the query has the QR bit not set. Unsafe bool - // If set, called once the server has started listening. This is useful if - // you need to drop privileges only after binding. + // If NotifyStartedFunc is set is is called, once the server has started listening. NotifyStartedFunc func() // For graceful shutdown.