CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/05/14 07:49:09
Modified files:
usr.sbin/ldpd : ldpe.h notification.c packet.c
Log message:
Do not send notifications directly onto the wire. Decide in the caller how
to send the notification. On accept use write() else queue message and try
to send the queued messages out via msgbuf_write(). This may still fail but
is better then the code beforehands.
OK michele@
