You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: implementations/rust/ockam/ockam_command/src/environment/static/env_info.txt
+2
Original file line number
Diff line number
Diff line change
@@ -54,10 +54,12 @@ UDP
54
54
TCP
55
55
- OCKAM_PRIVILEGED: if variable is set, all TCP Inlets/Outlets will use eBPF (overrides `--privileged` argument for `ockam tcp-inlet create` and `ockam tcp-outlet create`). WARNING: This flag value should be equal on both ends of a portal (inlet and outlet)
56
56
- OCKAM_TCP_PORTAL_PAYLOAD_LENGTH: size of the buffer into which TCP Portal reads the TCP stream. Default value: `128 * 1024`
57
+
- OCKAM_TCP_PORTAL_SOCKET_LENGTH: // FIXME
57
58
- OCKAM_TCP_PORTAL_SKIP_HANDSHAKE: skip Portal handshake for lower latency, but also lower throughput. WARNING: This flag value should be equal on both ends of a portal (inlet and outlet)
58
59
- OCKAM_TCP_PORTAL_ENABLE_NAGLE: enable Nagle's algorithm for Portal TCP streams for potentially higher throughput, but higher latency
59
60
- OCKAM_TCP_PORTAL_ENABLE_MPTCP: // FIXME
60
61
- OCKAM_ENABLE_MPTCP: // FIXME
62
+
- OCKAM_TCP_SOCKET_LENGTH: // FIXME
61
63
62
64
Devs Usage
63
65
- OCKAM: a `string` that defines the path to the ockam binary to use.
0 commit comments