22#ifndef PROTOCORE_NETADAPT_H
23#define PROTOCORE_NETADAPT_H
42uint32_t pc_netadapt_window(uint32_t free_heap, uint32_t reserve, uint32_t min_win, uint32_t max_win);
53bool pc_netadapt_dhcp_fallback(uint32_t elapsed_ms, uint32_t attempts, uint32_t timeout_ms, uint32_t max_attempts);
User-facing configuration for ProtoCore.