We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1311434 commit 15b7072Copy full SHA for 15b7072
p2p/http/libp2phttp.go
@@ -153,9 +153,11 @@ type Host struct {
153
// HTTP requests over TCP.
154
InsecureAllowHTTP bool
155
156
- // ServerPeerIDAuth TODO add comment
+ // ServerPeerIDAuth sets the Server's signing key and TTL for server
157
+ // provided tokens.
158
ServerPeerIDAuth *httpauth.ServerPeerIDAuth
- // ClientPeerIDAuth TODO add comment
159
+ // ClientPeerIDAuth sets the Client's signing key and TTL for our stored
160
+ // tokens.
161
ClientPeerIDAuth *httpauth.ClientPeerIDAuth
162
163
// ServeMux is the http.ServeMux used by the server to serve requests. If
0 commit comments