openpgm
openpgm copied to clipboard
Automatically exported from code.google.com/p/openpgm
const struct pgm_fecinfo_t fecinfo = { .ondemand_parity_enabled = TRUE, .proactive_packets = 16, .var_pktlen_enabled = TRUE, .block_size = 255, .group_size = 64 }; when set proactive_packets to 1 or 16, application...
Using both GNU autotools and cmake is not possible to build openpgm GNU autotools: ```console + cd openpgm-release-5-3-128 + cd openpgm/pgm + autoreconf -fiv autoreconf: export WARNINGS= autoreconf: Entering directory...
Hii...I have builded/compiled openpgm in ubuntu 18.04 under scons with the help of "scons BUILD=release" command...but i'm not able to install in x86 under scons.....i tried with the help of...
I use zeromq pub/sub pattern with epgm in windows and vs2015. my pub code ``` int s_send(void * socket , char * string){ int size = zmq_send(socket,string,strlen(string),0); return size; }...
Hello, We are having an issue with OpenPGM (called via ZeroMQ from a .NET app). The app is running with around 70 MB but at some point the memory of...
The source does not compile or run properly on FreeBSD 11.1. Is it supposed to run on this OS? The first issue is with the byteorder.h header file which I...
Hi I have been trying, to no avail, to cross-compile OpenPGM for Petalinux using the 2016 Xilinx toolchain. I initially got an error that said: "cannot check for file existence...
Now, I want to use OpenPgm on the ipad. I can compile it in MAC with my Makefile, but I don't know how to use it on IPAD
``` if.c, line 520: const int eai = getaddrinfo (ifname, NULL, &hints, &result); On Ubuntu 14.04 under mysterious circumstances it returns -3 (EAI_AGAIN) with ifname = "eth0". DHCP was switched...
``` I've faced a problem using Openpgm library, and I would be grateful if anyone could help me on this problem. I want to use Openpgm on Ubuntu 12.04. according...