From 46305df5903270d9b63652a1ce5fae2ee861a0e4 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 21 Jun 2020 15:32:31 +0200 Subject: added RECV_FATAL_CALLBACK_ERROR for callback specific failured, RECV_FATAL is for internal failures Signed-off-by: Toni Uhlig --- protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocol.h') diff --git a/protocol.h b/protocol.h index 30619c9..92dcf21 100644 --- a/protocol.h +++ b/protocol.h @@ -162,6 +162,7 @@ enum recv_return { RECV_FATAL_UNAUTH, RECV_FATAL_CRYPTO_ERROR, RECV_FATAL_REMOTE_WINDOW_SIZE, + RECV_FATAL_CALLBACK_ERROR, RECV_CORRUPT_PACKET, RECV_BUFFER_NEED_MORE_DATA, RECV_CALLBACK_NOT_IMPLEMENTED -- cgit v1.2.3