Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Add UDP channel support. #314

Merged
merged 7 commits into from Jun 19, 2019
Merged

Add UDP channel support. #314

merged 7 commits into from Jun 19, 2019

Conversation

emgre
Copy link
Member

@emgre emgre commented Jun 18, 2019

Closes #313.

  • UDP channels can now be created.
  • You must specify a local and a remote endpoint.
  • Java and C# bindings were updated to support this feature.
  • Removed the old non-vectored AddTCPClient/AddTLSClient from the bindings.
  • AddTCPServer and AddTLSServer now uses an IPEndpoint instead of std::string + uint16_t.

@jadamcrain jadamcrain merged commit 7ec628f into develop Jun 19, 2019
@jadamcrain jadamcrain deleted the feature/udp branch June 19, 2019 17:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support UDP
2 participants