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

Support zstd based pack algorithms in nxcompext #364

Open
wants to merge 4 commits into
base: 3.6.x
Choose a base branch
from

Conversation

sunweaver
Copy link
Member

Work in progress, just for documentation purposes files as a PR...

 Introduce nxagentRemoteMinor and nxagentRemotePatch in addition
 to nxagentRemoteMajor.

 Additionally, abort nxagent execution if a proxy client attempts
 connecting with nxagentVersionMajor.nxagentVersionMinor << 3.5.
…ymbols insider).

 Public symbols:

 * ZCompressData(<args>) -> ZlibCompressData(<args>)
 * ZInitEncoder() -> ZlibInitEncoder()
 * ZResetEncoder() -> ZlibResetEncoder()

 Private symbols:

 * ZConfigure() -> ZlibConfigure()
 * ZDeflate() -> ZlibDeflate()
  Public symbols changed:

  * ZCompress(<args>) -> ZlibCompress(<args>)
  * ZDecompress(<args>) -> ZDecompress(<args>)
@sunweaver sunweaver force-pushed the pr/support-zstd-compression branch from 2df0fde to 8515cd6 Compare April 3, 2017 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant