Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlluky authored Nov 5, 2020
1 parent b3711c7 commit 20c69ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ DhcpOption dhcpServerIdentifierOption = new DhcpOption()
DhcpPacket dhcpDiscoveryPacket = new DhcpPacket()
{
transactionID = new byte[] { 0x00, 0x00, 0x00, 0x00 },
dhcpOptions = dhcpServerIdentifierOption.buildDhcpOption().ToArray(),
dhcpOptions = dhcpServerIdentifierOption.buildDhcpOption(),
};

byte[] send_buffer = dhcpDiscoveryPacket.buildPacket();
Expand Down

0 comments on commit 20c69ca

Please sign in to comment.