This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
DnsServer
Watch
1
Star
0
Fork
0
You've already forked DnsServer
mirror of
https://github.com/fergalmoran/DnsServer.git
synced
2026-04-05 04:09:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6fa2c5406b3dde8505656580b478c826d1d7d2fc
DnsServer
/
DnsServerCore
/
Dhcp
History
Shreyas Zare
6fa2c5406b
DhcpServer: socket implementation redesigned to resolve cross platform issues with consistent behavior on windows and linux. FindScope() implementation changed to use IPPacketInformation for scope selection. BindUdpListener() updated with SocketOptionName.ReuseAddress to work on Unix platforms.
2019-06-16 21:26:34 +05:30
..
Options
removed unused dhcp option
2019-06-15 13:23:03 +05:30
DhcpMessage.cs
minor changes
2019-06-09 20:52:04 +05:30
DhcpOption.cs
removed unused dhcp option parsing.
2019-06-15 13:23:27 +05:30
DhcpServer.cs
DhcpServer: socket implementation redesigned to resolve cross platform issues with consistent behavior on windows and linux. FindScope() implementation changed to use IPPacketInformation for scope selection. BindUdpListener() updated with SocketOptionName.ReuseAddress to work on Unix platforms.
2019-06-16 21:26:34 +05:30
DhcpServerException.cs
DhcpServer: added working dhcp server with basic tests done for all scope options.
2019-06-09 20:51:54 +05:30
Exclusion.cs
DhcpServer: added working dhcp server with basic tests done for all scope options.
2019-06-09 20:51:54 +05:30
Lease.cs
Lease: implemented IComparable and added ':' as allowed char for hardware address parsing.
2019-06-15 18:06:27 +05:30
Scope.cs
Scope: added interface index property to allow matching broadcast message from specific interface to scope for cross platform consistent way. Implemented FindInterface() independent to be called while activating scope.
2019-06-16 21:20:17 +05:30