Files
bind9/lib/isc
Artem Boldariev 2c76717881 Add PROXYv2 header utilities
This commit adds a set of utilities for dealing with PROXYv2 headers,
both parsing and generating them. The code has no dependencies from
the networking code and is (for the most part) a "separate library".

The part responsible for handling incoming PROXYv2 headers is
structured as a state machine which accepts data as input and calls a
callback to notify the upper-level code about the data processing
status.

Such a design, among other things, makes it easy to write a thorough
unit test suite for that, as there are fewer dependencies as well as
will not stand in the way of any changes in the networking code.
2023-12-06 15:15:24 +02:00
..
2023-12-06 15:15:24 +02:00
2023-11-21 14:48:43 +11:00
2023-08-31 22:08:35 +02:00
2023-09-01 12:01:19 +10:00
2023-08-21 18:39:53 +02:00
2023-08-31 22:08:35 +02:00
2023-12-06 15:15:24 +02:00
2023-11-29 14:16:20 +01:00
2023-12-06 15:15:24 +02:00
2023-08-31 22:08:35 +02:00
2023-08-31 22:08:35 +02:00
2023-09-16 07:32:17 +02:00