Opened 9 years ago

#630 new enhancement

Listeners in core TCP

Reported by: Jiri Svoboda Owned by:
Priority: minor Milestone:
Component: helenos/unspecified Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also:

Description

While the TCP API has listener objects to listen for new connections, the TCP core does not support them. The API implementation translates them to sentinel connections. (Also, currently there is only one sentinel connection so it is not possible for more than one incoming connection to be in progress of being established at the same time).

For better behavior and more straightforward implementation of the API, the TCP core should support listeners natively.

Change History (0)

Note: See TracTickets for help on using tickets.