We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
net/server
Currently the unstable server code under src/net/server uses StreamTarget<Target> everywhere.
src/net/server
StreamTarget<Target>
To support DNS name compression it would need to support wrapping that in StaticCompressor, or for AXFR that should probably be TreeCompressor.
StaticCompressor
TreeCompressor
(on a semi-related note: StreamTarget is perhaps misnamed as it supports both datagram and stream targets)
StreamTarget
The text was updated successfully, but these errors were encountered:
We need to avoid hard coding MessageBuilder and leave it to a higher level message object to use a particular type of compression
Sorry, something went wrong.
No branches or pull requests
Currently the unstable server code under
src/net/server
usesStreamTarget<Target>
everywhere.To support DNS name compression it would need to support wrapping that in
StaticCompressor
, or for AXFR that should probably beTreeCompressor
.(on a semi-related note:
StreamTarget
is perhaps misnamed as it supports both datagram and stream targets)The text was updated successfully, but these errors were encountered: