Marcin Siodelski 6f914bb2c3 [master] Merge branch 'trac1955' with resolving conflicts. 13 years ago
..
tests 6f914bb2c3 [master] Merge branch 'trac1955' with resolving conflicts. 13 years ago
Makefile.am d17813bd0f [1955] Disable unused-parameter warning in dhcp for clang. 13 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 6f914bb2c3 [master] Merge branch 'trac1955' with resolving conflicts. 13 years ago
iface_mgr.h 221f564949 Merge branch 'master' into trac1528 13 years ago
iface_mgr_bsd.cc 90a1b131d6 [1968] Namespaces in iface_mgr_(os).cc fixed. 13 years ago
iface_mgr_linux.cc 90a1b131d6 [1968] Namespaces in iface_mgr_(os).cc fixed. 13 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 5496d551ef [1955] Access perf_pktN and pktN class members via getters and setters. 13 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.