[Clamav-users] Re: STREAM ports

2003-08-14 Thread Dennis Skinner
Never failsI find the answer just after I hit send if((port = rndnum(6)) < 1024) port += 2139; Looks like 1024 to 6 (with a slightly higher preference for ports roughly 2139 thru 3162). So.thoughts on security? :) On Wed, 2003-08-13 at 12:02, Dennis Skinner wrote: > Hello,

Re: [Clamav-users] Re: STREAM ports

2003-08-14 Thread Tomasz Kojm
On Wed, 13 Aug 2003 12:11:30 -0400 Dennis Skinner <[EMAIL PROTECTED]> wrote: > Never failsI find the answer just after I hit send > > if((port = rndnum(6)) < 1024) > port += 2139; > > Looks like 1024 to 6 (with a slightly higher preference for ports > roughly 2139 thru 3162). >