Subject: | Documentation bug in README |
"Fixed documentation bug for mcast_ttl() and mcast_loopback() calls."
References to
$s->ttl(10);
$s->loopback(0);
instead of the correct:
$s->mcast_ttl(10);
$s->mcast_loopback(0);
This mistake is still present in the README file for versions 0.21 and 0.25.
And is still present in the module file for version 0.25.