Hi,I use UDP in node, and i already set the global port , like this:
global.set('QT_VHL_PORT', 9009);
and here is my question, how to get the global QT_VHL_PORT for UDP_IN node port setting?
By the way, for udp out node , get the global QT_VHL_PORT is easy to set, no problem.
