mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-10 05:13:38 +00:00
1. Modified WebRTC_DataChannel to use union, to simplify struct def
2. Added ChainLink MetaData 3. Added 'ChainViewer' to allow JS to debug Chain events
This commit is contained in:
@@ -297,6 +297,7 @@ struct ILibMulticastSocket_StateModule *ILibMulticastSocket_Create(void *Chain,
|
||||
addr6.sin6_port = htons(LocalPort);
|
||||
|
||||
// Setup the multicasting module
|
||||
module->ChainLink.MetaData = "ILibMulticastSocket";
|
||||
module->ChainLink.DestroyHandler = &ILibMulticastSocket_Destroy;
|
||||
module->ChainLink.ParentChain = Chain;
|
||||
module->LocalPort = LocalPort;
|
||||
|
||||
Reference in New Issue
Block a user