commit | 2d7cd3e4ca086e0ed6902f12f41b0e4d79b8445d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 07 12:09:55 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jun 08 14:42:15 2022 +0200 |
tree | aae9923db15a402de0a6be21354fd7e36f0450a5 | |
parent | d493331d47dc2e81986ba44f154981224713a56c [diff] |
DEV: tcploop: add minimal UDP support Passing "-u" turns to SOCK_DGRAM + IPPROTO_UDP, which still allows bind/connect()/recv()/send() and can be convenient for experimentation purposes.