Marcin Siodelski b7598c1bf1 [2231] Corrected validation ranges for timeouts. 12 years ago
..
tests b7598c1bf1 [2231] Corrected validation ranges for timeouts. 12 years ago
Makefile.am 9528b55d5a [2071] Add b10 prefix to libdhcp++.la 12 years ago
README 55e89adf8b [trac1446] rename libdhcp.la to libdhcp++.la 13 years ago
dhcp4.h 59a5275869 [1239] RX path improvements. Code is now able to parse incoming DISCOVER messages. 13 years ago
dhcp6.h 526f8713fb [1540] Changes after review: 13 years ago
iface_mgr.cc 250da3f615 [2231] Show default timeout_usec values in implementation. 12 years ago
iface_mgr.h b0414cf54b [2231] Added sanity check for microsecond timeout. 12 years ago
iface_mgr_bsd.cc 90a1b131d6 [1968] Namespaces in iface_mgr_(os).cc fixed. 13 years ago
iface_mgr_linux.cc 74f6389f9e [master] Fix Valgrind report about mismatched new/delete 12 years ago
iface_mgr_sun.cc 07eb75f4b5 [1968] Namespace typo fixed. 13 years ago
libdhcp++.cc 485f7966f5 [1540] Changes after review: 13 years ago
libdhcp++.h 526f8713fb [1540] Changes after review: 13 years ago
option.cc 8cecc1ec80 [1955] Added setData() unit test for dhcp::Option. 13 years ago
option.h 6ae6562d99 [1955] Added "const" to arguments of setData() 13 years ago
option4_addrlst.cc a40b6c6656 Merge branch 'master' into trac1540 13 years ago
option4_addrlst.h 219324e66e [1540] Huge (29 files changed) Option6 and Pkt6 refactoring in DHCP. 13 years ago
option6_addrlst.cc 4006d91c95 [1540] Last set of review changes. 13 years ago
option6_addrlst.h ec38722482 [1540] Doxygen warnings removed. 13 years ago
option6_ia.cc a40b6c6656 Merge branch 'master' into trac1540 13 years ago
option6_ia.h 219324e66e [1540] Huge (29 files changed) Option6 and Pkt6 refactoring in DHCP. 13 years ago
option6_iaaddr.cc ec38722482 [1540] Doxygen warnings removed. 13 years ago
option6_iaaddr.h 526f8713fb [1540] Changes after review: 13 years ago
pkt4.cc bff3d4786c [1956] Replaced clock_gettime with posix_time. 13 years ago
pkt4.h 5496d551ef [1955] Access perf_pktN and pktN class members via getters and setters. 13 years ago
pkt6.cc bff3d4786c [1956] Replaced clock_gettime with posix_time. 13 years ago
pkt6.h 48755af6bf [1958] Added perfdhcp statistics printing functions. 12 years ago

README

This directory holds implementation for libdhcp++.


Basic Ideas
===========


Notes
=====
This work just begun. Don't expect to see much useful code here.
We are working on it.