Steamworks.SteamNetworkingSockets.CreateNormalSocket
Syntax
Description
Creates a "server" socket that listens for clients to connect to by calling Connect, over ordinary UDP (IPv4 or IPv6).
To use this you should pass a class that inherits ISocketManager. You can use SocketManager to get connections and send messages, but the ISocketManager class will received all the appropriate callbacks.
Arguments
Data.NetAddress address
ISocketManager intrface