EF_TCP_SERVER_LOOPBACK

Onload User Guide (UG1586)

Document ID
UG1586
Release Date
2023-07-31
Revision
1.2 English
Name
tcp_server_loopback
Default
0
Minimum
0
Maximum
2
Scope
per-stack

Enable acceleration of TCP loopback connections on the listening (server) side:

  • 0 - not accelerated (default)
  • 1 - accelerate if the connecting socket is in the same stack (you should also set EF_TCP_CLIENT_LOOPBACK !=0)
  • 2 - accelerate and allow accepted socket to be in another stack (this is necessary for clients with EF_TCP_CLIENT_LOOPBACK=2,4).