* SO_REUSEPORT and multicasting
@ 2006-06-15 13:31 Jason
2006-06-15 22:29 ` David Stevens
0 siblings, 1 reply; 2+ messages in thread
From: Jason @ 2006-06-15 13:31 UTC (permalink / raw)
To: netdev
Hello,
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.
I have found out since I posted this message to
linux-kernel that SO_REUSEPORT is a BSDism. The Linux
equivalent is SO_REUSEADDR which I did try. My
program compiles cleanly using SO_REUSEADDR, but the
server does not receive any messages.
I am trying to run the client and server on the same
PC. This is just for faster development. I can code
faster on my home Linux system than I can on the
remote HP-UX system.
Thanks,
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam
protection around
http://mail.yahoo.com
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-06-15 22:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-15 13:31 SO_REUSEPORT and multicasting Jason
2006-06-15 22:29 ` David Stevens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox