Merge branch 'main' into feature/filament_id

This commit is contained in:
SoftFever
2026-09-07 11:53:50 +08:00
52 changed files with 939 additions and 111 deletions
+1
View File
@@ -115,6 +115,7 @@ class UdpSession
{
public:
UdpSession(Bonjour::ReplyFn rfn);
virtual ~UdpSession() = default;
virtual void handle_receive(const boost::system::error_code& error, size_t bytes) = 0;
std::vector<char> buffer;
boost::asio::ip::udp::endpoint remote_endpoint;