Skip to content

POSIX sockets: open socket is bound to a specific thread #4388

@OlegHahm

Description

@OlegHahm

With the gnrc_conn based implementation of POSIX sockets the socket is bound to a specific thread, e.g. reading from it will only work for the the thread that performed the binding (implicitly or explicitly). I think the most promising solution to solve this would be a thread-decoupled message queue as @kaspar030 or @authmillenon proposed.

Metadata

Metadata

Assignees

Labels

Area: POSIXArea: POSIX API wrapperArea: networkArea: NetworkingState: won't fixState: The issue can not or will not be fixedType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions