CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2019/01/03 09:42:30

Modified files:
        sbin/dhclient  : dhclient.c dhcpd.h dispatch.c 

Log message:
The need for separate bpf and routing message buffers was eliminated
when dhclient moved to processing the entire buffer rather than trying
to process one packet per dispatch() loop.

So use ifi->rbuf for both purposes, resizing it during initialization
to accommodate the larger of the routing socket read size or the bpf
socket read size.

Eliminates a calloc()/free() per routing socket read.

Reply via email to