CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/03/08 03:56:02
Modified files:
usr.sbin/ospfd : ospfe.c hello.c
Log message:
Instead of using IBUF_READ_SIZE as upper bound when building various
packets use a better upper bound based on IP_MAXPACKET. Also change
one IBUF_READ_SIZE to READ_BUF_SIZE since that is what the rest of
the code uses. Tested and OK sthen@
