I don’t have a networking background, so was hoping to get a bit more context/explanation on the following:
Protocol
TCP/IP vs UDP - if I’m just sending unicast between two instances of Touch, is there any reason to use UDP if it’s not as reliable as TCP/IP? Are there any ‘gotchas’ with either protocol that makes you use one over the other?
Shared Connection
The documentation says “Use the same connection as other networking DATs using the same network protocol.”
What does this mean? In what scenarios should I have this set to off
Port Numbers
Each pair of In and Out DATs needs a matching pair of port numbers that’s different from any other pair, lest they cross streams. When selecting a unique port number, how do you know what ports are safe to use (ie. not reserved by other protocols/apps)?
Bons port question: Sometimes they get ‘clogged’ after an instance of TD crashes, and I have to select a different pair to get an In and Out to communicate again. Is this common?