diff options
author | Fredrik Gustafsson <[email protected]> | 2013-04-30 10:07:54 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-04-30 10:07:54 +0200 |
commit | 0b519fc83433e4849f282b528105c8804a3b7db4 (patch) | |
tree | 1384243f55a954ed16fa693fff5beecf2d613060 /lib/common_test/src/ct_telnet.erl | |
parent | 07f133a26d88a015ba6957fdacde0ddd0f59704d (diff) | |
download | otp-0b519fc83433e4849f282b528105c8804a3b7db4.tar.gz otp-0b519fc83433e4849f282b528105c8804a3b7db4.tar.bz2 otp-0b519fc83433e4849f282b528105c8804a3b7db4.zip |
Added further doc
Diffstat (limited to 'lib/common_test/src/ct_telnet.erl')
-rw-r--r-- | lib/common_test/src/ct_telnet.erl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_telnet.erl b/lib/common_test/src/ct_telnet.erl index 93f76cf298..bd74991859 100644 --- a/lib/common_test/src/ct_telnet.erl +++ b/lib/common_test/src/ct_telnet.erl @@ -29,7 +29,9 @@ %%% Command timeout = 10 sec (time to wait for a command to return) %%% Max no of reconnection attempts = 3 %%% Reconnection interval = 5 sek (time to wait in between reconnection attempts) -%%% Keep alive = true (will send NOP to the server every 10 sec if connection is idle)</pre> +%%% Keep alive = true (will send NOP to the server every 10 sec if connection is idle) +%%% Wait for linebreak = true (Will expect answer from server to end with linebreak when +%%% using ct_telnet:expect)</pre> %%% <p>These parameters can be altered by the user with the following %%% configuration term:</p> %%% <pre> |