From 94ae912138cd28e9485a09bab52c1fa098acbaa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Wed, 23 Oct 2019 13:28:27 +0000 Subject: [PATCH] Update mud.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- mud.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mud.h b/mud.h index 775893b..c428fef 100644 --- a/mud.h +++ b/mud.h @@ -79,6 +79,7 @@ long mud_send_wait (struct mud *); int mud_set_time_tolerance (struct mud *, unsigned long); int mud_set_keyx_timeout (struct mud *, unsigned long); +int mud_set_loss_limit (struct mud *, unsigned); int mud_set_tc (struct mud *, int); int mud_set_aes (struct mud *);