CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2013/12/11 17:22:06
Modified files: sbin/dhclient : bpf.c dhcpd.h packet.c Log message: Assemble outgoing packets using iovec to combine the (optional) ethernet header, the ip header, the udp header and the packet. Rather than manually concatenating the headers and then using iovec to bundle in the packet. Eliminates some memcpy()s and convoluted data copying.