norm icon indicating copy to clipboard operation
norm copied to clipboard

NACK-Oriented Reliable Multicast (NORM) implementation & tools (RFCs 5740, 5401)

Results 20 norm issues
Sort by recently updated
recently updated
newest added

Call Stack: ``` Norm.dll!ProtoTree::Bit(const char * key=0x000001db527ca670, unsigned int keysize=96, unsigned int index=64, ProtoTree::Endian keyEndian=ENDIAN_BIG) Line 232 C++ > Norm.dll!ProtoTree::Remove(ProtoTree::Item & item={...}) Line 459 C++ [Inline Frame] Norm.dll!ProtoTreeTemplate::Remove(ProtoSortedTree::Item &) Line...

In the following code, I create two sessions in one process, only session s1 keeps send data: ```python import ipaddress from random import randint import datetime import pynorm def create_Session(instance:pynorm.Instance,...

1. the `real` send rate, function `getTxRate` return is always too high or too low; ![norm_rate](https://user-images.githubusercontent.com/1011330/177496633-d4191bc3-2bbb-4c61-b68f-a31283149d41.PNG) 2. how much bytes sended of an object(especially for a large file); 3. the...

As https://www.python.org/doc/sunset-python-2/ , hope for supporting python3

In `examples\python\debugStats.py` ```python from pynorm.extra.pipeparser import PipeParser ```

As topic ``` def setTxOnly(self, txOnly:bool=False, connectToSessionAddress:bool=False): ''' void NormSetTxOnly(NormSessionHandle sessionHandle, bool txOnly, bool connectToSessionAddress) ''' libnorm.NormSetTxOnly(self, txOnly, connectToSessionAddress) ```

for Python2, use https://pypi.org/project/enum34/ instead.

On ubuntu 20.04 with python 2.7.18: I get this: >>> import pynorm Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/dist-packages/pynorm/__init__.py", line 6, in from pynorm.instance import...

If I send an empty file (e.g. with the `normFileSend` or `normCast` example) the file is sent and received correctly, but the TX_OBJECT_SENT event is not triggered. The TX_QUEUE_EMPTY event...