-
Hi,
I got a problem using L2Socket. Here is an example:
```python
from scapy.all import *
l2=L2Socket("my_interface")
packet = Ether(src='myMAC') / IP(src='ip1', dst='ip2', proto=6) / TCP()
l2…
-
System.PlatformNotSupportedException: 'Operation is not supported on this platform.'
-
System.TimeoutException: The sending attempt timed out
在 SuperSocket.SocketBase.AppSession`2.InternalSend(ArraySegment`1 segment)
在 SuperSocket.SocketBase.AppSession`2.Send(Byte[] data, Int32 …
-
I was using the easy client to send some data.
The source data was pushed into the application from about 20 incoming TCP connections, processed by a `AppServer` of SocketEngine, which called an `Eas…
-
```
System.IndexOutOfRangeException: 索引超出了数组界限。
在 SuperSocket.Common.ArraySegmentList`1.get_Item(Int32 index) 位置 \SuperSocket-master\Common\ArraySegmentList.cs:行号 103
在 SuperWebSocket.Protocol.W…
-
SuperSocket.ClientEngine version="0.8.0.10" targetFramework="net45" ,部署在IIS上,断线重连的时候都会报这个错。
Exception: System.InvalidOperationException
Message: "现在已经正在使用此 SocketAsyncEventArgs 实例进行异步套接字操作。
S…
PFSHI updated
7 years ago
-
我从nuget上跳到gayhub这个项目地址来的
-
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
at System.GC.AllocateNewArray(IntPtr typeHandle, Int32 length, GC_ALLOC_FLAGS flags)
at Sy…
-
I'm upgrading from 1.6.4 and can't find SuperSocket.Agent in the installed packages. As far as I understand the agent isn't obsolete, so where do I find it?
-
程序集版本:2.0.0-beta.24
客户端每次重连的时候就会报如下错误
info: SuperSocketService[0]
The listener [Ip=any, Port=8080, Security=Tls12, Path=, BackLog=0, NoDelay=False] has been started.
info: Microsoft.Host…