varnish / varnish-modules

Collection of Varnish Cache modules (vmods) by Varnish Software
Other
185 stars 86 forks source link

vmod_tcp is not portable #30

Closed ghost closed 8 years ago

ghost commented 8 years ago

vmod_tcp doesn't build on FreeBSD. It uses SOL_TCP which is Linux-specific. Is this module intended to be portable or does it solve a Linux-specific issue?

gquintard commented 8 years ago

It would be nice if it were portable, it allows the vcl to pace requests instead of pushing data as fast as possible.

ghost commented 8 years ago

This is a duplicate of #7

closing.