QQUDP 服务器
作者: Barenboim创建于 2024年3月2日更新于 2025年4月21日
标签enhancement
The following example implements a simple UDP server to support the interaction of a single UDP packet request and a single or multiple UDP packet responses (multiple responses require the use of the push interface of the server task). A DNS server supporting UDP, TCP, and SSL transport protocols can be implemented using the built-in WFDnsServer. PR: https://GitHub.com/sogou/workflow/pull/1498
内容来源: sogou/workflow