Marcin Siodelski 4ae9b5ea74 [1959] Moved sockets_ member in IfaceMgr to protected scope. 12 years ago
..
tests 8935b6716b [1959] Added factory function to create instance of options. 12 years ago
Makefile.am 7f58cb6e2c [master] increase library version 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 4ae9b5ea74 [1959] Moved sockets_ member in IfaceMgr to protected scope. 12 years ago
iface_mgr.h 4ae9b5ea74 [1959] Moved sockets_ member in IfaceMgr to protected scope. 12 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 8935b6716b [1959] Added factory function to create instance of options. 12 years ago
libdhcp++.h 8935b6716b [1959] Added factory function to create instance of options. 12 years ago
option.cc 8935b6716b [1959] Added factory function to create instance of options. 12 years ago
option.h 1bb01f6f6c [1959] Use factory function to create option's instance. 12 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.