Netly
Netly copied to clipboard
Netly: Cross-Platform, Multi-Protocol C# Socket Library – Fast, Easy, and Versatile.⚡
```rb # current version Host instance = new Host("127.0.0.1", 8080); Host instance = new Host(...); ``` ```rb # new features required Host instance = new Host("www.alec1o.com:8080"); ``` > ##### Hacks...
:+1: https://stackoverflow.com/questions/73237486/creating-tcp-connection-and-getting-the-header Protocols like http detect the framing of your data through the stream, and create the framing at the application level, Netly's function is to provide the socket and...
**Is your feature request related to a problem? Please describe.** the docs of project is manual and maybe can have errors on api. and is hard mantain manual wrote, for...
- TCP.Client can add custom optional certificate - TCP.Server can add force client certificate ```rb # ITCP.ClientTo void Encryption(bool enable); #default void Encryption(bool enable, byte[] certificate); #optional certificate ``` ```rb...
Bumps [xunit](https://github.com/xunit/xunit) from 2.9.0 to 2.9.2. Commits 82543a6 v2.9.2 0f8f156 #3031: Changes to TheoryData break tests with arrays of objects 502f6d1 Bump up to v2.9.2-pre bb7c3e4 v2.9.1 5d70d25 #3028: Support...
Now [09/14/2024] [netly.docs.kezero.com](https://netly.docs.kezero.com) website is offline and not acessible, this reason that's why is going be hard deployment of new website version. The new website version is working fine but...
### Feature Request: Implement Secure Key Exchange and Data Encryption in RUDP Handshake **Summary:** Add a secure key exchange and data encryption process to the RUDP handshake phase. This enhancement...
### Description I would like to propose the implementation of a version matching feature for RUDP connections, where a secure version string is used during the connection process. This feature...
