gr-grnet
gr-grnet copied to clipboard
public has headerType=HEADERTYPE_NONE in udp_sink_impl.h
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?