Skip to content

ProxyClientSession options can be consolidated #3489

Description

@d2r

Created as a follow up to a review comment.

new_session->outbound_ip4       = options.outbound_ip4;
new_session->outbound_ip6       = options.outbound_ip6;
new_session->outbound_port      = options.outbound_port;

This could be logically grouped in an options member, such that the following would result:

new_session->options = options;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions