Name |
Type |
g/s |
Description |
connected |
int |
|
Whether or not the object is currently connected to a jit.net.recv server. |
host |
symbol |
|
The domain name to form a connection with (default = localhost) |
ip |
symbol |
|
The IP address to form a connection with (default = 127.0.0.1, the local loopback) |
latency |
float |
|
An estimate of the time between a matrix being input to the jit.net.send object and being output from the corresponding jit.net.recv. |
nagle |
int |
|
Toggles the use of Nagle's algorithm flag (default is 0/off). Improves network efficiency for small packet sizes, though at the possible expense of latency. |
port |
int |
|
The port to use when creating the connection (default = 7474) |
report |
int |
|
Toggles the report connected flag (default is 1/on). When enabled, the jit.net.recv object will report connection information out the dumpout outlet. |