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

I_TCP: select return should be an enum #61

Open
sorgom opened this issue Apr 28, 2024 · 0 comments
Open

I_TCP: select return should be an enum #61

sorgom opened this issue Apr 28, 2024 · 0 comments
Labels
nice nice to have

Comments

@sorgom
Copy link
Owner

sorgom commented Apr 28, 2024

    //  read select a socket
    //  -1 on error
    //   0 if no socket is ready
    //   1 if socket is ready
    virtual INT32 select(INT32 socket) const = 0;
@sorgom sorgom mentioned this issue Apr 28, 2024
@sorgom sorgom added the nice nice to have label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nice nice to have
Projects
None yet
Development

No branches or pull requests

1 participant