Subject: CVS commit: pkgsrc/net/tcl-scotty
From: Havard Eidnes
Date: 2017-02-01 10:29:19
Message id: 20170201092919.204F0FBA6@cvs.NetBSD.org

Log Message:
Insert a rather ugly workaround in the code handling SNMP trap messages.
It appears that sometimes the reception of SNMP trap messages can somehow
get out of sync, and all too often this results in a scotty process which
apparently endlessly does a read() of 1 byte and gets EAGAIN, just to try
again.  Instead, do some rudimentary check on the length of trap messages,
and try to re-sync the stream by finishing re-sync on first EAGAIN.

Bump PKGREVISION.

Files:
RevisionActionfile
1.40modifypkgsrc/net/tcl-scotty/Makefile
1.2modifypkgsrc/net/tcl-scotty/patches/patch-tnm_snmp_tnmSnmpNet.c