gr-grnet icon indicating copy to clipboard operation
gr-grnet copied to clipboard

public has headerType=HEADERTYPE_NONE in udp_sink_impl.h

Open BCITMike opened this issue 7 years ago • 0 comments

When reviewing the code for sequence numbers, size and CRC, it looked like there were three packets being transmitted instead of just one. But I assumed this was tested and working until I noticed udp_sink_impl.h file has:

public: udp_sink_impl(size_t itemsize,size_t vecLen,const std::string &host, int port,int headerType=HEADERTYPE_NONE); ~udp_sink_impl();

So is this overriding the headertype selection to always be none and making it seem like its working when its really not?

BCITMike avatar Aug 23 '17 03:08 BCITMike