Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generalize socket active n #278

Merged
merged 3 commits into from
Dec 28, 2022
Merged

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    655c98d View commit details
    Browse the repository at this point in the history
  2. Make sure socket_active option can be used with any interface and mode

    * `epgsql` / `epgsqla` / `epgsqli` / copy-mode can be used with `socket_active` option
    * `epgsqli` can do fine-grained flow control because it produces `{epgsql, C, socket_passive}` messages
    * other interfaces re-activate the socket under the hood as soon as `epgsql_sock` receives
      `tcp_passive` / `ssl_passive`
    seriyps committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    f4a949a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    958eb97 View commit details
    Browse the repository at this point in the history