diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-06-21 15:32:31 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-06-21 15:32:31 +0200 |
commit | 46305df5903270d9b63652a1ce5fae2ee861a0e4 (patch) | |
tree | 9270c8e8697afd2d6451524e8c59e992029c4641 /protocol.h | |
parent | 8cfdfdc4dec97710ae52aa8fb5efa5d162811114 (diff) |
added RECV_FATAL_CALLBACK_ERROR for callback specific failured, RECV_FATAL is for internal failures
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'protocol.h')
-rw-r--r-- | protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |