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

👋 trying to build the latest release, but run into some build issue. The error log is as below: build failure ``` ==> ./waf install Waf: Entering directory `/private/tmp/norm-20210130-97923-fcxwgj/norm-1.5.9/build' Traceback...

Per RFC 5510, section 5.2, the format of the EXT_FTI header extension for FEC Encoding ID 5 is: ``` 0 1 2 3 0 1 2 3 4 5 6...

The developer guide (https://github.com/USNavalResearchLaboratory/norm/blob/master/doc/NormDeveloperGuide.pdf) is for version 1.5b5. There are some options that are in version 1.5.8 that do not appear to be in this develop guide. For example sync...

This could be an issue of someone already has a galois.h in their include folder. I have not encountered this.

commond args: `id 172042175 send E:\PythonPrj\testFiles100K addr 224.1.2.4/6003 txAddr 10.65.39.191/8002 segment 1400 block 128 parity 4 auto 1 rate 5000000 buffer 50000000 debug 3` stack: ``` normCast.exe!NormCaster::EnqueueFileObject() Line 608 C++...

Added a .NET extension that provides a .NET wrapper so that .NET applications can access the NORM C API. It is modeled after the Java extension for NORM. Also, added...

Suggest adding a .NET extension for NORM. This would provide a .NET wrapper so that .NET applications can access the NORM C API. It would be similar to the existing...

Since the delay and async-behavior of high-level event process code and low-level NORM code. User may call `NormObjectCancel` while the object already been `NormSenderNode::AbortObject` by NORM protocol like `NormSenderNode::Sync(NormObjectId objectId)`,...