Marcin Siodelski 6f914bb2c3 [master] Merge branch 'trac1955' with resolving conflicts. il y a 13 ans
..
tests 6f914bb2c3 [master] Merge branch 'trac1955' with resolving conflicts. il y a 13 ans
Makefile.am d17813bd0f [1955] Disable unused-parameter warning in dhcp for clang. il y a 13 ans
README 55e89adf8b [trac1446] rename libdhcp.la to libdhcp++.la il y a 13 ans
dhcp4.h 59a5275869 [1239] RX path improvements. Code is now able to parse incoming DISCOVER messages. il y a 13 ans
dhcp6.h 526f8713fb [1540] Changes after review: il y a 13 ans
iface_mgr.cc 6f914bb2c3 [master] Merge branch 'trac1955' with resolving conflicts. il y a 13 ans
iface_mgr.h 221f564949 Merge branch 'master' into trac1528 il y a 13 ans
iface_mgr_bsd.cc 90a1b131d6 [1968] Namespaces in iface_mgr_(os).cc fixed. il y a 13 ans
iface_mgr_linux.cc 90a1b131d6 [1968] Namespaces in iface_mgr_(os).cc fixed. il y a 13 ans
iface_mgr_sun.cc 07eb75f4b5 [1968] Namespace typo fixed. il y a 13 ans
libdhcp++.cc 485f7966f5 [1540] Changes after review: il y a 13 ans
libdhcp++.h 526f8713fb [1540] Changes after review: il y a 13 ans
option.cc 8cecc1ec80 [1955] Added setData() unit test for dhcp::Option. il y a 13 ans
option.h 6ae6562d99 [1955] Added "const" to arguments of setData() il y a 13 ans
option4_addrlst.cc a40b6c6656 Merge branch 'master' into trac1540 il y a 13 ans
option4_addrlst.h 219324e66e [1540] Huge (29 files changed) Option6 and Pkt6 refactoring in DHCP. il y a 13 ans
option6_addrlst.cc 4006d91c95 [1540] Last set of review changes. il y a 13 ans
option6_addrlst.h ec38722482 [1540] Doxygen warnings removed. il y a 13 ans
option6_ia.cc a40b6c6656 Merge branch 'master' into trac1540 il y a 13 ans
option6_ia.h 219324e66e [1540] Huge (29 files changed) Option6 and Pkt6 refactoring in DHCP. il y a 13 ans
option6_iaaddr.cc ec38722482 [1540] Doxygen warnings removed. il y a 13 ans
option6_iaaddr.h 526f8713fb [1540] Changes after review: il y a 13 ans
pkt4.cc bff3d4786c [1956] Replaced clock_gettime with posix_time. il y a 13 ans
pkt4.h 5496d551ef [1955] Access perf_pktN and pktN class members via getters and setters. il y a 13 ans
pkt6.cc bff3d4786c [1956] Replaced clock_gettime with posix_time. il y a 13 ans
pkt6.h 5496d551ef [1955] Access perf_pktN and pktN class members via getters and setters. il y a 13 ans

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.