Github user jpeach commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/1036#discussion_r80302207
--- Diff: iocore/eventsystem/SocketManager.cc ---
@@ -108,3 +111,36 @@ SocketManager::close(int s)
} while (res == -EINTR);
return res;
}
+
+bool
+SocketManager::fastopen_supported()
--- End diff --
There's no need to enforce the constraint that it can only be called from
reconfiguration. We can reasonably make this check from lots of different
places. I definitely agree we don't want to check every time we connect a VC.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---