search for: classc

Displaying 3 results from an estimated 3 matches for "classc".

Did you mean: class
2004 Apr 12
2
RE: installing automatic routes ?
Unless the bridge keeps stateful inspection data and can reply back to the session''s origin, not it route then its fine. The only way I can see this working is either putting the FTP/.. DMZ behind the firewall giving true firewall protection for all services involved, or if you just want to kludge the current solution, you can perform a DNAT/SNAT interface bounce like the following: #
2005 Aug 21
0
Patch for Element.Class - wrong regexp
...;) } }, @@ -232,14 +232,23 @@ } }, - // returns true if all given classes exist in said element + // expects arrays of strings and/or strings as optional paramters + // Element.Class.has_any(element, [''classA'',''classB'',''classC''], ''classD'') has: function(element) { element = $(element); if(!element || !element.className) return false; var regEx; for(var i = 1; i < arguments.length; i++) { - regEx = new RegExp("\\b" + arguments[i] + "\\b&q...
2003 Dec 07
1
u32 hash-es ?
...in a way to compare sub-nets ? example pls ? I have to change the hashkey mask 0x000000ff at 13 to : hashkey mask 0x000000XX at 13 :"), fill in.. For those that dont see reason for doing this, one more calculation : 10 class-C nets * 256 ips = 2560 checks so in the simple classC scenario we have 10 fold speed up, and for the 64 ips - 25 times faster.... Subquestion : is there a way to see exactly which subsystem takes what cpu time, on the top/atop output we see just the total SYSTEM cpu time but now how it is divided by the net framework.. if we have such info we will k...