diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-08-07 14:14:44 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-08-07 14:14:44 +0200 |
commit | 6c800966ef1105aedd870a65480353ef31e44ebe (patch) | |
tree | 931fe717fa5befccf1cc94c5a0e719257d6a7a55 /doc | |
parent | 27468ab3816caca78ac14808feb4570310177da7 (diff) | |
download | gnutls-6c800966ef1105aedd870a65480353ef31e44ebe.tar.gz |
mention version macro
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ anything), contact the developer's mailing list (gnutls-dev@lists.gnupg.org), in order to avoid having people working on the same thing. Current list: +* Add a check version macro that allows the compiler to optimize it out + when compiling with new gnutls versions. E.g., + #define gnutls_check_version(x) ( x >= BUILD_TIME_GNUTLS_VERSION || + gnutls_runtime_check_version(x) ) * Add API to allow multiplexing multiple streams under DTLS. The streams should be identified by the application using the raw packet, via a callback. |