SkillAgentSearch skills...

FreeNet

C# Network library. Asynchronous. TCP. GameServer.

Install / Use

/learn @sunduk/FreeNet
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

FreeNet

FreeNet is a lightweight asynchronous C# network library.

Structure

  • Transmission Method
    • Asynchronous accept.
    • Asynchronous receive and send.
  • Pooling
    • SocketAsyncEventArgs pooling management.
    • Receive buffer pooling management.
  • Performance Optimization
    • Aggregate BufferList for batch sending.
      • image
    • Use of double buffering queues.
  • Thread Model
    • IO thread packet processing method.
    • Single logic thread packet processing method.
  • Additional Features
    • Heartbeat functionality.
View on GitHub
GitHub Stars135
CategoryDevelopment
Updated4d ago
Forks46

Languages

C#

Security Score

80/100

Audited on Apr 2, 2026

No findings