Jumbo frames for multicast?
-
Hello,
has anybody tried jumbo frames for multicast deployment?
udpcast has some weird documentation and more weird code:[QUOTE][B]blocksize[/B]
Choses the packet size. Default (and also maximum) is 1456.[/QUOTE][CODE]#if 0
if (net_config.blockSize > 1456) {
perror(“block size too large”);
exit(1);
}
#endif[/CODE]