You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have to initialize configuration with all the values in the examples. Similarly, user code will have to set all parameters to avoid unpredictable behaviour.
Instead, we should provide a hw_init_config function that allocates memory for configuration and sets all parameters to their default values (e.g. listen backlog = SOMAXCONN, thread_count = 0, tcp nodelay = off, tcp port = 8000, etc).
The text was updated successfully, but these errors were encountered:
We currently have to initialize
configuration
with all the values in the examples. Similarly, user code will have to set all parameters to avoid unpredictable behaviour.Instead, we should provide a
hw_init_config
function that allocates memory forconfiguration
and sets all parameters to their default values (e.g.listen backlog = SOMAXCONN
,thread_count = 0
,tcp nodelay = off
,tcp port = 8000
, etc).The text was updated successfully, but these errors were encountered: