-
Notifications
You must be signed in to change notification settings - Fork 107
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 lz4 and gzip #458
Comments
you need zlib-devel or something similar, such that the configure script can find it |
Thank.
But i get error: It is true, carbon-c-relay don't work with inbound compressed udp? my config is:
|
compression is done in streams, if you lose one packet, you'd not be able to do anything, same for encryption, hence the requirement for TCP |
compressed tcp is working. carbon-c-relay is running in docker. What can i do? |
hmmm, who is generating/sending the gzipped stream? |
sending is carbon-c-relay v3.3 |
Hello. I build docker image from last version carbon-c-relay 3.7.4
I get error:
On this line i add --with-gzip:
./configure --disable-maintainer-mode --with-gzip && make
but get error
How to compile gzip or lz4 support?
The text was updated successfully, but these errors were encountered: