Re: Added native socks support to libc in FreeBSD 7

2007-12-10 Thread Raffaele De Lorenzo
Xin LI wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Raffaele De Lorenzo wrote: Hi, i added a native (client) Socks V4/V5 support inside FreeBSD libc library. The work is based of my project (see http://csocks.altervista.org) CSOCKS. You can get it here: http://csocks.altervist

Current problem reports assigned to freebsd-net@FreeBSD.org

2007-12-10 Thread FreeBSD bugmaster
Current FreeBSD problem reports Critical problems S Tracker Resp. Description f kern/115360 net[ipv6] IPv6 address and if_bridge don't play well toge 1 problem total. Serious problems S Tracker

Re: Added native socks support to libc in FreeBSD 7

2007-12-10 Thread Raffaele De Lorenzo
Julian Elischer wrote: Raffaele De Lorenzo wrote: Hi, i added a native (client) Socks V4/V5 support inside FreeBSD libc library. The work is based of my project (see http://csocks.altervista.org) CSOCKS. You can get it here: thanks for doing this. now we just need to see if thre is someo

Re: Added native socks support to libc in FreeBSD 7

2007-12-10 Thread Dag-Erling Smørgrav
Raffaele De Lorenzo <[EMAIL PROTECTED]> writes: > The socks implementation wraps some syscall socket functions like > "_connect" and "_bind" trasparently from the applications. When one of > these is called, the "socks" check starts: [...] You don't need to put this in libc; you can have wrappers

Re: Added native socks support to libc in FreeBSD 7

2007-12-10 Thread Raffaele De Lorenzo
Dag-Erling Smørgrav wrote: Raffaele De Lorenzo <[EMAIL PROTECTED]> writes: The socks implementation wraps some syscall socket functions like "_connect" and "_bind" trasparently from the applications. When one of these is called, the "socks" check starts: [...] You don't need to put th

Pipe queues

2007-12-10 Thread rihad
Hi, I'm having a hard time to understand what pipe queues are with respect to bandwidth limitation. ipfw(8) and dummynet(4) manuals didn't help me much. How does dummynet's traffic shaping function? Why does it need a queue at all? As each connection's queue takes some memory, can I just dis

Re: Pipe queues

2007-12-10 Thread Chuck Swiger
On Dec 10, 2007, at 8:56 AM, rihad wrote: Hi, I'm having a hard time to understand what pipe queues are with respect to bandwidth limitation. ipfw(8) and dummynet(4) manuals didn't help me much. Pipes and queues are two different things; a pipe simulates a network link, and a queue is us

Re: Pipe queues

2007-12-10 Thread Luigi Rizzo
On Mon, Dec 10, 2007 at 11:22:33AM -0800, Chuck Swiger wrote: > On Dec 10, 2007, at 8:56 AM, rihad wrote: > > Hi, > > > > I'm having a hard time to understand what pipe queues are with > > respect to bandwidth limitation. ipfw(8) and dummynet(4) manuals > > didn't help me much. > > Pipes and q

Re: Pipe queues

2007-12-10 Thread Stephen Clark
Luigi Rizzo wrote: On Mon, Dec 10, 2007 at 11:22:33AM -0800, Chuck Swiger wrote: On Dec 10, 2007, at 8:56 AM, rihad wrote: Hi, I'm having a hard time to understand what pipe queues are with respect to bandwidth limitation. ipfw(8) and dummynet(4) manuals didn't help me much.

Re: Pipe queues

2007-12-10 Thread rihad
Stephen Clark wrote: Luigi Rizzo wrote: On Mon, Dec 10, 2007 at 11:22:33AM -0800, Chuck Swiger wrote: On Dec 10, 2007, at 8:56 AM, rihad wrote: Hi, I'm having a hard time to understand what pipe queues are with respect to bandwidth limitation. ipfw(8) and dummynet(4) manuals didn't

Re: Pipe queues

2007-12-10 Thread rihad
Chuck Swiger wrote: On Dec 10, 2007, at 8:56 AM, rihad wrote: Hi, I'm having a hard time to understand what pipe queues are with respect to bandwidth limitation. ipfw(8) and dummynet(4) manuals didn't help me much. Pipes and queues are two different things; a pipe simulates a network link,

Re: Pipe queues

2007-12-10 Thread rihad
Chuck Swiger wrote: On Dec 10, 2007, at 8:56 AM, rihad wrote: Hi, I'm having a hard time to understand what pipe queues are with respect to bandwidth limitation. ipfw(8) and dummynet(4) manuals didn't help me much. Pipes and queues are two different things; a pipe simulates a network link,