Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 209 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 209 Bytes

DhcpServer

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.