[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 03419) select() on IPv6 multicast socket.
- To: usagi-users@xxxxxxxxxxxxxx
- Subject: (usagi-users 03419) select() on IPv6 multicast socket.
- From: Hoerdt Mickael <hoerdt@xxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 23 Jun 2005 09:35:15 +0200
- Reply-to: usagi-users@xxxxxxxxxxxxxx
- User-agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.8) Gecko/20050513 Debian/1.7.8-1
Hi,
I have strange behavior in my code :
I got two IPv6 UDP sockets, bound to the same port and listening to the
same SSM channel (INCLUDE mode). I am using select() to know when packets are coming on it. The
thing is that only one socket receive packets is it normal ? does multicast
toward sockets bound
to the same port and listening to the same group works ?
Hoerdt Mickaël