[Hilo] How many sessions can I open at the same time?

Answer: The Hilo supports up to 8 sockets at the same time. These 8 sockets are shared between FTP/SMTP/TCP/UDP/… That means you can open for example:

  1. 8 TCP sockets/sessions (as server or as client) or
  2. 4 TCP + 4 UDP (as server or as client) or
  3. 6 TCP/UDP (as server or as client) + 1 FTP client session
  4. 5 TCP/UDP (as server or as client) + 1 FTP Server session with 1 FTP client connection
    Notes:
    When module is used as FTP client, it would consume 2 sockets (control socket and data socket).