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
The configuration structure contains fields which could be calculated in pnet_init(). Remove these fields from pnet_cfg_t as to simplify stack configuration for the user.
Fields which could removed from configuration:
ip_cfg in pnet_if_cfg_t. Initialise by calling pnal_get_ip_address()/subnet()/gateway().
It would also be better if the configuration structure was only used as a user-visible structure optimised for user ease-of-use. Currently, it serves a double purpose as it is also stored in the pnet_t instance structure where its members are read and written.
The configuration structure contains fields which could be calculated in pnet_init(). Remove these fields from pnet_cfg_t as to simplify stack configuration for the user.
Fields which could removed from configuration:
Handled in #333:
The text was updated successfully, but these errors were encountered: