Skip to content

Commit 5a91341

Browse files
Update README.md
Making it clear that the full v2 TLV coverage is for parsing
1 parent aa1b8d7 commit 5a91341

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# libproxyprotocol
22
An ANSI C library to parse and create [PROXY protocol](https://www.haproxy.org/download/2.6/doc/proxy-protocol.txt) v1 and v2 headers
3-
* Full specification coverage of all the v2 TLVs, including the custom ones from AWS and Azure
3+
* Full coverage of the latest 2.6 specification in parsing all the v2 TLVs, including the custom ones from AWS and Azure.
44
* Easy access of the values of the extracted v2 TLVs though the API. In case the v2 TLV values are US-ASCII string name, they are given as proper NULL terminated strings for easy usage.
55
* Socket free logic. Does not hook, manipulate, assume any networking. It merely works on buffers.
66
* Compilable with most compilers and usable at any platform as it is written in ANSI C.

0 commit comments

Comments
 (0)