You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cef4494 rpc: keep track of acceptors, and cancel them in StopRPCThreads (Wladimir J. van der Laan)
381b25d doc: remove mention of `-rpctimeout` from man page (Wladimir J. van der Laan)
1a44522 rpc: Make sure conn object is always cleaned up (Wladimir J. van der Laan)
0a0cd34 rpc: pass errors from async_accept (Wladimir J. van der Laan)
Copy file name to clipboardExpand all lines: contrib/debian/manpages/bitcoin.conf.5
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,6 @@ You must set *rpcuser* to secure the JSON-RPC api.
37
37
\fBrpcpassword=\fR\fI'password'\fR
38
38
You must set *rpcpassword* to secure the JSON-RPC api.
39
39
.TP
40
-
\fBrpctimeout=\fR\fI'30'\fR
41
-
How many seconds *bitcoin* will wait for a complete RPC HTTP request, after the HTTP connection is established.
42
-
.TP
43
40
\fBrpcallowip=\fR\fI'192.168.1.*'\fR
44
41
By default, only RPC connections from localhost are allowed. Specify as many *rpcallowip=* settings as you like to allow connections from other hosts (and you may use * as a wildcard character).
strerr = strprintf(_("An error occurred while setting up the RPC port %u for listening on IPv6, falling back to IPv4: %s"), endpoint.port(), e.what());
620
620
}
621
-
622
621
try {
623
622
// If dual IPv6/IPv4 failed (or we're opening loopback interfaces only), open IPv4 separately
0 commit comments