lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] HTTPS support in lwip


From: Noam Weissman
Subject: Re: [lwip-users] HTTPS support in lwip
Date: Thu, 18 May 2017 12:59:44 +0000

Hi Simon,

Is there a way to limit the number of concurrent HTTP connection, say to one ?

If this can be done we may be able to run HTTPS with an overhead of about 40K 
for SSL/TLS

BR,
Noam.

-----Original Message-----
From: lwip-users [mailto:address@hidden On Behalf Of Simon Goldschmidt
Sent: Thursday, May 18, 2017 3:07 PM
To: address@hidden
Subject: Re: [lwip-users] HTTPS support in lwip

Sandeep wrote:
> Could you please give me a rough figure of how much RAM it may use, 
> just to know whether it is viable in the above said system?

The most consuming part is that TLS requires 16 kByte per direction and 
connection as encrypt/decrypt buffer.
As modern web browsers open multiple connections (~6?), that means you need >= 
192 Byte only for TLS.

Of course that can be stripped down, but that's additional work to do.

Simon

_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users



reply via email to

[Prev in Thread] Current Thread [Next in Thread]