File 4477-ssh-ssh-keep-alive-doc-updates.patch of Package erlang
From 5a44b2d6095844f7c3e4bd5ac71865128e25bdb2 Mon Sep 17 00:00:00 2001
From: Alexandre Rodrigues <alexandrejbr@live.com>
Date: Mon, 22 Sep 2025 15:59:17 +0200
Subject: [PATCH 07/20] ssh: ssh keep alive doc updates
---
lib/ssh/src/ssh.hrl | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl
index d5d38740c0..d3517bab36 100644
--- a/lib/ssh/src/ssh.hrl
+++ b/lib/ssh/src/ssh.hrl
@@ -558,7 +557,7 @@
-type inet_common_option() :: {inet, inet | inet6} .
-type fd_common_option() :: {fd, gen_tcp:socket()} .
--type alive_common_option() :: {AliveCountMax::pos_integer(), AliveInterval::timeout()}.
+-type alive_common_option() :: {alive_params, {AliveCountMax::pos_integer(), AliveInterval::timeout()}}.
-type opaque_common_options() ::
{transport, {atom(),atom(),atom()} }
--
2.51.0