Re: Voice Conferencing

2001-07-28 Thread Ping Pan
Have you tried vic, vat and rat? Essentially, the voice streams are sent in RTP and RTCP. By setting up firewall rules, I had gotten vic/vat working in the past but not NAT. Curious to find out You may also want to ask the question in [EMAIL PROTECTED] mailing list. Good luck! - Ping

Re: MPLS

2001-07-19 Thread Ping Pan
now? Many thanks! - Ping "Christophe Prévotaux" wrote: > > oh oh , I did not say I would and I am quite incapable of implementing > MPLS, but I don't understand what triggered your anger at me ? > > On Thu, 19 Jul 2001 09:13:54 -0700 > Ping Pan <[EMAIL P

Re: MPLS

2001-07-19 Thread Ping Pan
"Christophe Prévotaux" wrote: > > Of course one can argue that their software and their algorithms may also be better > implemented than a linux or freebsd solution, but that is not sure. OK. So why don't you stop speculating, implement it yourself and benchmark it against Junos? :-) > Right no

Re: how to implement TCP using RAW sockets

2001-03-04 Thread Ping Pan
I think you can add a new protocol family to RAW, and intercept all TCP packets from the kernel directly. Check how to do that from Stevens's Vol 2 book. Should be simple. On Sat, 3 Mar 2001, guru chakravarthy wrote: > hai > > As a final year UG project we are doing implementation of TCP with so