Willy Tarreau 76aaa7f5b7 MEDIUM: log-forward: use "dgram-bind" instead of "bind" for the listener
The use of "bind" wasn't that wise but was temporary. The problem is that
it will not allow to coexist with tcp. Let's explicitly call it "dgram-bind"
so that datagram listeners are expected here, leaving some room for stream
listeners later. This is the only change.
2020-09-16 15:07:22 +02:00
..
2006-06-15 21:48:13 +02:00
2020-07-07 16:35:28 +02:00
2006-06-15 21:48:13 +02:00
2020-07-31 14:48:32 +02:00
2019-05-25 07:34:24 +02:00