History log of /vbox/src/VBox/NetworkServices/DHCP/NetworkManagerDhcp.cpp
Revision Date Author Comments Expand
0e1eea910a209a7a8edeed71c9be066a02f59202 49735 30-Nov-2013 vboxsync

VBoxNetBaseService hides all details of internal network implementation and become responsible for supporting receiving loop. Notification of children are done via introduced interface: virtual int processFrame(void *, size_t) = 0; virtual int processGSO(PCPDMNETWORKGSO, size_t) = 0; virtual int processUDP(void *, size_t) = 0; processFrame() and processGSO() might return VERR_IGNORED, to inform base service switch to processUDP() (e.g. for DHCP needs)

b2032253010ade03087bc2649250e3626bda075c 49566 20-Nov-2013 vboxsync

DHCP: G/c lines.

4901e0b6b9ee11ee0450793610578cce818faf0f 49563 20-Nov-2013 vboxsync

DHCP: first-level DHCP request packet processing moved to NetworkManager class. warning [-Wdelete-incomplete].