Netly icon indicating copy to clipboard operation
Netly copied to clipboard

Netly: Cross-Platform, Multi-Protocol C# Socket Library – Fast, Easy, and Versatile.⚡

Results 28 Netly issues
Sort by recently updated
recently updated
newest added

```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...

Features

:+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...

Skip

**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...

Solved

- 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...

Features

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...

dependencies

Unable to call websocket in Unity

Solved

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...

Solved

### 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...

Features

### 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...

Features

![Image](https://github.com/user-attachments/assets/f125f16b-a803-4f4d-9a6c-04bf483dcf67)

Solved