I use a lot of lab devices, such as precision DC power supplies, that are based on the SCPI (Standard Commands for Programmable Instruments) protocol.
It is much faster (more efficient) to send a bunch of queries to one of these devices separated by their designated command end character(s) (often '\n', '\r' or '\r\n') and it will return the query results separated by the designated response end character(s). The way the TCP Request Node is setup there is no way to take advantage of this... but if there was a way to check for a count of the end characters (instead of just a single end character) it would work great.
Is this something that could be considered for a future update to the TCP Request Node?