From fa37888da2e7ed0b987776e0246be9b14cd33d1f Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Fri, 26 Oct 2018 20:43:06 +0200 Subject: [PATCH] altcp_tls_mbedtls: update list of todos Signed-off-by: Simon Goldschmidt --- src/apps/altcp_tls/altcp_tls_mbedtls.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/apps/altcp_tls/altcp_tls_mbedtls.c b/src/apps/altcp_tls/altcp_tls_mbedtls.c index d6330889..93def798 100644 --- a/src/apps/altcp_tls/altcp_tls_mbedtls.c +++ b/src/apps/altcp_tls/altcp_tls_mbedtls.c @@ -46,11 +46,7 @@ * GOOD custom entropy * * Missing things / @todo: - * - RX data is acknowledged after receiving (tcp_recved is called when enqueueing - * the pbuf for mbedTLS receive, not when processed by mbedTLS or the inner - * connection; altcp_recved() from inner connection does nothing) - * - Client connections starting with 'connect()' are not handled yet... - * - some unhandled things are caught by LWIP_ASSERTs... + * - some unhandled/untested things migh be caught by LWIP_ASSERTs... */ #include "lwip/opt.h"