USNavalResearchLaboratory / norm

NACK-Oriented Reliable Multicast (NORM) implementation & tools (RFCs 5740, 5401)
https://www.nrl.navy.mil/Our-Work/Areas-of-Research/Information-Technology/NCS/NORM/
Other
96 stars 33 forks source link

galois.h not prefixed with norm #10

Open mjvankampen opened 4 years ago

mjvankampen commented 4 years ago

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

bebopagogo commented 4 years ago

This is a good suggestion. I will make this change in master. Per my other comment, to use the NORM library, the only header file needed is the 'normApi.h' file so I don't think this file should be copied to /include as part of an installation anyway.

mjvankampen commented 4 years ago

Ah clear, I thought the include folder only had public header files. I would actually argue that all other headers should be moved to the src folder. What do you think?