[Mono-bugs] [Bug 548198] On my multithreading network packet analyzer, I got mono_thread_interruption_checkpoint
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Oct 19 14:06:34 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=548198
User maxwell.adsl at msa.hinet.net added comment
http://bugzilla.novell.com/show_bug.cgi?id=548198#c1
--- Comment #1 from Maxwell Lin <maxwell.adsl at msa.hinet.net> 2009-10-19 12:06:32 MDT ---
my "AddFlow" source code in below, maybe have any help for you
Private iPackageCount As ULong
Private iTotalFlow As ULong
Private iSessionFlow As ULong
Public Sub AddFlow(ByVal FlowBytes As Integer)
If iTotalFlow < (ULong.MaxValue - 65535) Then
iTotalFlow += FlowBytes
End If
iSessionFlow += FlowBytes
iPackageCount += 1
End Sub
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list