[master] 0b442e085 Missing debug.sndbuf() documentation

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue May 21 07:46:10 UTC 2019


commit 0b442e08547182580ad0d4169154a22b47efa82e
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Wed May 15 11:18:48 2019 +0200

    Missing debug.sndbuf() documentation

diff --git a/lib/libvmod_debug/vmod.vcc b/lib/libvmod_debug/vmod.vcc
index aa2a3634e..530d94571 100644
--- a/lib/libvmod_debug/vmod.vcc
+++ b/lib/libvmod_debug/vmod.vcc
@@ -254,3 +254,7 @@ $Function VOID vcl_allow_cold(PRIV_VCL)
 Allow VCL to go cold
 
 $Function VOID sndbuf(BYTES sndbuf)
+
+Set the client socket' send buffer size to *sndbuf*. The previous, desired
+and actual values appear in the logs. Not currently implemented for backend
+transactions.


More information about the varnish-commit mailing list