diff --git a/fw/tls.c b/fw/tls.c index dfa0233e2..d1136ceee 100644 --- a/fw/tls.c +++ b/fw/tls.c @@ -203,10 +203,6 @@ int tfw_tls_encrypt(struct sock *sk, struct sk_buff *skb, unsigned int mss_now, unsigned int limit, unsigned int nskbs) { - /* - * TODO #1103 currently even trivial 500-bytes HTTP message generates - * 6 segment skb. After the fix the number probably should be decreased. - */ #define AUTO_SEGS_N 8 int r = -ENOMEM;