http://bugzilla.novell.com/show_bug.cgi?id=548198

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=548198#c1





--- Comment #1 from Maxwell Lin <[email protected]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to