Skip to content

Commit ce9def1

Browse files
committed
Minor tramp.texi changes
* doc/misc/tramp.texi (File name syntax): Describe port for IPv6 address. (Traces and Profiles): Fix default value of tramp-debug-buffer-limit.
1 parent 64bb65c commit ce9def1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/misc/tramp.texi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3661,6 +3661,8 @@ behavior: @file{@trampfn{method,user@@host,path/to/file}}.
36613661

36623662
For specifying port numbers, affix @file{#<port>} to the host
36633663
name. For example: @file{@trampfn{ssh,daniel@@melancholia#42,.emacs}}.
3664+
If the host is an IPv6 address, the port is appended like this:
3665+
@file{@trampfn{ssh,@value{ipv6prefix}::1@value{ipv6postfix}#42,.emacs}}.
36643666

36653667
All method, user name, host name, port number and local name parts are
36663668
optional, @xref{Default Method}, @xref{Default User}, @xref{Default Host}.
@@ -6924,7 +6926,7 @@ maintainers, analyzing the remote commands for performance analysis.
69246926

69256927
The debug buffer can be very large, if @code{tramp-verbose} is high,
69266928
and @value{tramp} runs for a long time. If the buffer size exceeds
6927-
@code{tramp-debug-buffer-limit} (3GB by default), a warning will be
6929+
@code{tramp-debug-buffer-limit} (100MB by default), a warning will be
69286930
raised. This user option can be adapted to your needs; a value of 0
69296931
means that there is no limit (no warning).
69306932

0 commit comments

Comments
 (0)