Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 98f6bb7c authored by Alexandre Bailon's avatar Alexandre Bailon
Browse files

controller: create thread per connection


Currently, the read of data commming from module is made at interface level.
It is required for controller that only support one stream per interface.
But controllers may have one stream per connection and so,
we can create a thread to wait and read incoming data for each connection.

Signed-off-by: default avatarAlexandre Bailon <abailon@baylibre.com>
parent 06eab8dd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment