L2CAP COC: We should get an error when trying to create more servers than configured
Open
enhancement
- Dominant language
- C
- Stars
- 893
- Forks
- 512
- Avg merge
- 13d 31m
- Merged PRs (30d)
- 7
Description
If we try to create a server for more connections than we support (e.g. we support 1 connection and then we try to create a second server) we do not return an error. The error is returned only when the Client tries to connect to us. Maybe we should throw an error when creating the server to save time.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.