jakevn / MassiveNet

Unity3d UDP networking library focused on high-CCU, multi-server architecture.
MIT License
112 stars 36 forks source link

Not enough buffer space is available #3

Open abrararies opened 9 years ago

abrararies commented 9 years ago

Hey, I am trying to run the examples on Mac but I keep getting this

SocketException: Not enough buffer space is available System.Net.Sockets.Socket.SetSocketOption (SocketOptionLevel optionLevel, SocketOptionName optionName, Int32 optionValue) System.Net.Sockets.Socket.set_ReceiveBufferSize (Int32 value) MassiveNet.NetSocket.StartSocket (System.Net.IPEndPoint endpoint) (at f:/MassiveNet/MassiveNet/NetSocket.cs:139) MassiveNet.NetSocket.StartSocket () (at f:/MassiveNet/MassiveNet/NetSocket.cs:110) Massive.Examples.NetSimple.ClientModel.Start () (at Assets/MassiveNet/Examples/NetSimple/Client/Scripts/ClientModel.cs:26)

Please advise.. :(