[dijjer-cvs] Dijjer/src/dijjer/io/comm UdpSocketManager.java,1.41,1.42
Brought to you by:
gnovos
|
From: Chris <ch...@us...> - 2005-09-14 06:02:24
|
Update of /cvsroot/dijjer/Dijjer/src/dijjer/io/comm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15150/io/comm Modified Files: UdpSocketManager.java Log Message: Add another filter check to eliminate some of these unmatched packetTransmit messages. Index: UdpSocketManager.java =================================================================== RCS file: /cvsroot/dijjer/Dijjer/src/dijjer/io/comm/UdpSocketManager.java,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** UdpSocketManager.java 25 Aug 2005 23:40:24 -0000 1.41 --- UdpSocketManager.java 14 Sep 2005 06:02:16 -0000 1.42 *************** *** 91,94 **** --- 91,95 ---- } } + if (!matched) matched = MessageFilter.checkFilters(m); // Keep the last few _unclaimed messages around in case the intended receiver isn't receiving yet if (!matched) { |