Re: pim6sd

2004-04-28 Thread SUZUKI Shinsuke
> On Wed, 28 Apr 2004 15:56:03 + > [EMAIL PROTECTED]("Mónica Domingues") said: >My router with FreeBSD 4.9 and kame snap kit. At this pc I have >pim6sd runing. And a host with FreeBSD4.9 and kame snap kit. It's a KAME-SNAP specific question. You have to do the following thr

Re: IGMPv3 (was Re: pim6sd)

2004-04-28 Thread SUZUKI Shinsuke
> On Wed, 28 Apr 2004 13:49:52 -0700 > [EMAIL PROTECTED](Andrew Swan) said: > as of last fall, kame was waiting for the igmpv3 sockets api to > be published as an rfc (it was an internet-draft at the time) to > merge igmpv3 into the core bsd distributions. > (see http://www.kame.net/roadm

RFC 2292 CMSG_FIRSTHDR macro...

2004-04-28 Thread George V. Neville-Neil
Howdy, This should be a minor nit but, is there any reason we implement this this way: #define CMSG_FIRSTHDR(mhdr) ((struct cmsghdr *)(mhdr)->msg_control) instead of this way: #define CMSG_FIRSTHDR(mhdr) \ ( (mhdr)->msg_controllen >= sizeof(struct cmsghdr) ? \

Re: [4.9-R]Can I Make My DSL Connect Go Faster ?

2004-04-28 Thread The Jetman
- Original Message - From: "Bruce M Simpson" <[EMAIL PROTECTED]> To: "The Jetman" <[EMAIL PROTECTED]> Cc: "FreeBSD Net" <[EMAIL PROTECTED]> Sent: Wednesday, April 28, 2004 15:41 PM Subject: Re: [4.9-R]Can I Make My DSL Connect Go Faster ? > On Wed, Apr 28, 2004 at 03:29:58PM -0400, The J

Re: [4.9-R]Can I Make My DSL Connect Go Faster ?

2004-04-28 Thread Julian Elischer
On Wed, 28 Apr 2004, Bruce M Simpson wrote: > On Wed, Apr 28, 2004 at 03:29:58PM -0400, The Jetman wrote: > > I'm just confused as to why I lose SO much going thru my FBSD box and > > that's essence of my question. I can live w/ *some* overhead for the sake > > of using FBSD, but this is ri

IGMPv3 (was Re: pim6sd)

2004-04-28 Thread Andrew Swan
Bruce M Simpson wrote: > FreeBSD doesn't implement Source-Specific Multicast yet, to the best of > my knowledge. > > Someone at Berkeley was working on an IGMPv3 stack a while back, though, > but it was for FreeBSD 4.x. i was able to apply those patches to 5.1-RELEASE without too much trouble but

Re: [4.9-R]Can I Make My DSL Connect Go Faster ?

2004-04-28 Thread Bruce M Simpson
On Wed, Apr 28, 2004 at 03:29:58PM -0400, The Jetman wrote: > I'm just confused as to why I lose SO much going thru my FBSD box and > that's essence of my question. I can live w/ *some* overhead for the sake > of using FBSD, but this is ridiculous. TIAJet Are you using user space NAT? If

[4.9-R]Can I Make My DSL Connect Go Faster ?

2004-04-28 Thread The Jetman
Folks: I just installed an eval ADSL connection (1.5M/128K) yesterday. I installed it on a dual-boot XP/FBSD box. When the DSL connection is directly used by the XP box, I can routinely get 1.5Mb download speed, as determined by ADSLGuide, etc. I took an essentially, unmodified FBSD partiti

Re: pim6sd

2004-04-28 Thread Bruce M Simpson
On Wed, Apr 28, 2004 at 03:56:03PM +, Mónica Domingues wrote: >What I trying to do is to buid a SSM plataform. I'am I doing this the >right way? FreeBSD doesn't implement Source-Specific Multicast yet, to the best of my knowledge. Someone at Berkeley was working on an IGMPv3 stack a w

pim6sd

2004-04-28 Thread Mónica Domingues
Hi, Last week you respond to a message that I put in freebsd.org. I hope you can help me. At this moment i have two computers. My router with FreeBSD 4.9 and kame snap kit. At this pc I have pim6sd runing. And a host with FreeBSD4.9 and kame snap kit. What I trying to

Inserting html/frame/banner to requested webpage by proxy/gateway

2004-04-28 Thread Teguh Kurniawan
Hi there, anybody here can told me, how to insert html code to any requested page by proxy/gateway. Thank's. Teguh Lycos Email has 10 MB of FREE storage space. http://mail.lycos.co.uk ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: udp checksum on raw sockets

2004-04-28 Thread Ruslan Ermilov
On Tue, Apr 27, 2004 at 11:16:39PM +0200, Mark Santcroos wrote: > Hi, > > On Tue, Apr 27, 2004 at 10:05:43PM +0300, Ruslan Ermilov wrote: > > Have the raw IP code set csum_flags |= CSUM_UDP (and set csum_data > > correctly) in m->m_pkthdr, if ip_p == IPPROTO_UDP && uh_csum == 0. > > Do the same th