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

select API has limited functionality #41

Open
semihalf-berestovskyy-andriy opened this issue Jan 24, 2017 · 1 comment
Open

select API has limited functionality #41

semihalf-berestovskyy-andriy opened this issue Jan 24, 2017 · 1 comment

Comments

@semihalf-berestovskyy-andriy
Copy link
Contributor

semihalf-berestovskyy-andriy commented Jan 24, 2017

Note: the issue was created automatically with bugzilla2github tool

Bugzilla Bug ID: 41

Date: 2015-06-16 09:30:46 +0200
From: Bogdan Pricope <bogdan.pricope@enea.com>
To: Sorin Vultureanu <sorin.vultureanu@enea.com>

Last updated: 2015-06-16 09:30:46 +0200

Bugzilla Comment ID: 49

Date: 2015-06-16 09:30:46 +0200
From: Bogdan Pricope <bogdan.pricope@enea.com>

As far as I can tell, odpfp_select() socket API has the following limitations:

  • only "readfds" set is processed, while "writefds" and "exceptfds" are ignored
  • "timeout" cannot be NULL and will block execution until completion and not until a socket "become ready"
  • a socket cannot be part of more than one set

All those limitations need to be addressed.

@dongbin1024
Copy link

i wanna implement a tcp server with ofp and use select api, does anybody modify ofp ofp_select() to support writefd process

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

No branches or pull requests

2 participants