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?
0
Comments
peterjSt. John's, NewfoundlandMemberPeter JonesOrganization: ZeroC, IncProject: Internet Communications Engine✭
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!
Comments
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