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
A sample DHCP server library for .NET Core with a focus on high performance.
In particular, the library makes extensive use of structs and Memory/Span to
achieve zero per-request heap allocation.