X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=inc%2Fbearssl_ssl.h;h=2ac9e258a79b1ed2053dccaa189d770f095ac033;hp=21d162b71e1126013d72b54504b2a6b423358d10;hb=2b738493bd16d57fdb12d38d03631981370259be;hpb=042986b989521f0ae1e2fe3819c72f2fabcb70a6;ds=sidebyside diff --git a/inc/bearssl_ssl.h b/inc/bearssl_ssl.h index 21d162b..2ac9e25 100644 --- a/inc/bearssl_ssl.h +++ b/inc/bearssl_ssl.h @@ -823,8 +823,11 @@ typedef struct { } out; /* - * The "application data" flag. It is set when application data - * can be exchanged, cleared otherwise. + * The "application data" flag. Value: + * 0 handshake is in process, no application data acceptable + * 1 application data can be sent and received + * 2 closing, no application data can be sent, but some + * can still be received (and discarded) */ unsigned char application_data;