mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-24 09:06:55 +08:00
Improve documentation, add TLS stuff
This commit is contained in:
@@ -2593,6 +2593,11 @@ httpd_init(void)
|
||||
}
|
||||
|
||||
#if HTTPD_ENABLE_HTTPS
|
||||
/**
|
||||
* @ingroup httpd
|
||||
* Initialize the httpd: set up a listening PCB and bind it to the defined port.
|
||||
* Also set up TLS connection handling (HTTPS).
|
||||
*/
|
||||
void
|
||||
httpd_inits(struct altcp_tls_config *conf)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user