Archived

This forum has been archived. Please start a new discussion on GitHub.

Question about compression

In the Ice Manual, we can enable compression by adding "-z". is there any way that we can check whether proxy and endpoint are on compression mode?

Comments

  • peterj
    peterj St. John's, Newfoundland
    Hi Dan,

    Yes, the "-z" endpoint configuration option is used to enable compression. You can call getInfo on the Endpoint to retrieve an EndpointInfo instance. The compress member of the EndpointInfo is true if the endpoint uses compression. See here for details. Hope that helps!

    Best regards,
    Peter