Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add exchange message dispatch support for TCP if needed #6026

Closed
pan-apple opened this issue Apr 14, 2021 · 1 comment · Fixed by #6407
Closed

Add exchange message dispatch support for TCP if needed #6026

pan-apple opened this issue Apr 14, 2021 · 1 comment · Fixed by #6407
Assignees

Comments

@pan-apple
Copy link
Contributor

Problem

The current ApplicationExchangeDispatch is assuming unreliable transport, as CHIP is using UDP for application messages. The code can be refactored to support TCP when such a need arises.

@yufengwangca
Copy link
Contributor

Will confirm, if spec requires all app messaging run over only on UDP, then we should update all examples to disable TCP option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants