summaryrefslogtreecommitdiff
path: root/src/Options.h
AgeCommit message (Expand)Author
2020-05-01Add portability and consistency fixes for C API, remove cruft, slight interna...1.3.3Joseph Henry
2020-04-15Add network and peer caching toggles to API, fix 6PLANE and RFC4193 address c...Joseph Henry
2020-04-13Fix netif IPv6 handling, misc cleanup, license update from GPL-3 to BSL 1.1Joseph Henry
2019-02-27Added _change_nice(), and options in src/Options.hJoseph Henry
2019-02-27Increased LWIP_DRIVER_LOOP_INTERVAL to 250 ms, other minor changesJoseph Henry
2019-02-20Enabled LWIP_TCPIP_CORE_LOCKING_INPUT and updated ethernet driver accordingly...Joseph Henry
2019-02-14Unfinished callback improvements, consolidated netif4 and netif6Joseph Henry
2019-02-07Added a lock-free queue to lwIP driver for RX packet processing. Added checks...Joseph Henry
2019-02-07Added options for enabling and disabling network caching. Also modified tap p...Joseph Henry
2019-02-06Re-work of thread modelJoseph Henry