All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Courtier-Dutton <James@superbug.co.uk>
To: Jason <bofh1234567@yahoo.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: SO_REUSEPORT and multicasting
Date: Wed, 14 Jun 2006 15:40:02 +0100	[thread overview]
Message-ID: <44901FC2.7040600@superbug.co.uk> (raw)
In-Reply-To: <20060613192420.49742.qmail@web53603.mail.yahoo.com>

Jason wrote:
> I wrote a program that uses multicasting to send data.
>  It works great on HP-UX but does not work on Fedora
> Core 5.  I emailed the fedora list but they were of
> little to no help.  
>
> Does the kernel support SO_REUSEPORT?  If so can
> anyone give me some suggestions why my program does
> not work on Linux?  I did a route add -net 224.0.0.0/4
> dev eth0 but that did not do anything.
>
> Thanks,
> Jesse
>
>   
That address is a multicast address, and therefore needs to go in the 
multicast routing table, and not the unicast one.
You are using a command that only modifies the unicast table.

James


  parent reply	other threads:[~2006-06-14 14:40 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-13 19:24 SO_REUSEPORT and multicasting Jason
2006-06-13 20:20 ` Jan Engelhardt
2006-06-14 14:26   ` Jason
2006-06-14 14:51     ` Alan Cox
2006-06-14 17:48       ` Jason
2006-06-14 22:14         ` David Miller
2006-06-14 22:57           ` Jason
2006-06-14 23:04             ` David Miller
2006-06-15 13:32               ` Jason
2006-06-14 14:40 ` James Courtier-Dutton [this message]
2006-06-14 18:04   ` Jason
  -- strict thread matches above, loose matches on Subject: below --
2006-06-15 13:31 Jason
2006-06-15 22:29 ` David Stevens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44901FC2.7040600@superbug.co.uk \
    --to=james@superbug.co.uk \
    --cc=bofh1234567@yahoo.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.