Skip to Content.
Sympa Menu

wg-multicast - fixing miniSAP

Subject: All things related to multicast

List archive

fixing miniSAP


Chronological Thread 
  • From: Marc Manthey <>
  • To: wg-multicast <>
  • Subject: fixing miniSAP
  • Date: Sun, 22 Jun 2008 13:03:37 +0200

Hello Alan

i am getting  ipv6 multicast connectivity in the  next weeks ,  hopefully.

As i am not a coder would it be possible to fix this issue  ? , so that
i could test "miniSAP" with the improvements and without the fear
to raise another storm ?

thanks


Marc

:r324 | courmisch | 2007-03-11 14:10:50 +0200 (Sun, 11 Mar 2007) | 3 lines
:Changed paths:
:   M /miniSAPserver/trunk/sapserver.cpp
:
:Fix badly flawed announce delay computation.
:Bug reported by Pierre Beyssac.


the code itself:

       unsigned n = config.Programs.size() ?: 1;
       div_t d = div ((1000000000 / n) * config.GetDelay(), 1000000000);
       struct timespec delay;
       delay.tv_sec = d.quot;
       delay.tv_nsec = d.rem;

i guess it could get b0rked by n...derived from Programs.size() being erroneous...

http://tldp.org/HOWTO/VideoLAN-HOWTO/x1315.html
Which led me to here
http://download.videolan.org/pub/videolan/miniSAPserver/latest/

--
"Imagination  is more important than  Knowledge".

Les enfants teribbles - research and deployment
Marc Manthey - head of research and innovation
Hildeboldplatz 1a D - 50672 Köln - Germany
Tel.:0049-221-3558032
Mobil:0049-1577-3329231
jabber :
blog : http://www.let.de
ipv6 http://stattfernsehen.com
xing : https://www.xing.com/profile/Marc_Manthey



Archive powered by MHonArc 2.6.16.

Top of Page