Initialize random IP ID engine via SYSINIT() instead of doing that on
authorglebius <glebius@FreeBSD.org>
Sat, 28 Mar 2015 16:06:46 +0000 (16:06 +0000)
committerglebius <glebius@FreeBSD.org>
Sat, 28 Mar 2015 16:06:46 +0000 (16:06 +0000)
commit96ef75c4d17016618de90c6c66059e911e47a2cc
tree51690140c57fc5a3e2eb963835d2297e03af80ce
parentedcfd40470dbc170b9e62bb248fbcd397f6492ff
Initialize random IP ID engine via SYSINIT() instead of doing that on
first packet.  This allow to use M_WAITOK and cut down some error handling.

Sponsored by: Nginx, Inc.
sys/netinet/ip_id.c