search for: 397k

Displaying 2 results from an estimated 2 matches for "397k".

Did you mean: 397
2011 Sep 06
2
[Bug 747] New: IPtables marked packets not being inpsected in NAT table.
...destination 437 264K MARK udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:514 limit: avg 200/sec burst 5 MARK xset 0x2/0xffffffff 437 264K RETURN udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:514 limit: avg 200/sec burst 5 657 397K MARK udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:514 limit: avg 303/sec burst 5 MARK xset 0x3/0xffffffff 657 397K RETURN udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:514 limit: avg 303/sec burst 5 853 516K MARK udp --...
2007 Sep 28
9
PUT (and friends) bug?
As far as I can tell, sending an actual HTTP PUT request to a Camping app will never parse the params out of the request body - or am I going nuts? This code seems to say only POST''s will parse the request body: elsif @method == "post" and \ e.CONTENT_TYPE == "application/x-www-form-urlencoded" q.u(C.qsp(@in.read)) end I looked for an easy spot to stick