Skip to content

Commit

Permalink
Allow pingable to be set via an initarg
Browse files Browse the repository at this point in the history
  • Loading branch information
karalekas committed Dec 3, 2023
1 parent 7112933 commit 0e94361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
(pingable
:accessor blossom-node-pingable
:initform ':ALL
:initarg :pingable
:type ping-type
:documentation "Used by message handler guards to determine whether this process is currently servicing PING requests. SOFT-PINGs are serviced when set to :SOFT or :ALL, PINGs are serviced when set to :ALL, nothing is serviced when set to :NONE.")
(wilting
Expand Down

0 comments on commit 0e94361

Please sign in to comment.