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

Add send method to TcpSocket class that returns number of bytes sent #314

Open
Jebbs opened this issue Jun 19, 2019 · 0 comments
Open

Add send method to TcpSocket class that returns number of bytes sent #314

Jebbs opened this issue Jun 19, 2019 · 0 comments
Assignees
Milestone

Comments

@Jebbs
Copy link
Owner

Jebbs commented Jun 19, 2019

According to the SFML 2.4 documentation, the TcpSocket class should have a send method for raw data that returns the number of bytes sent as an out parameter.

In non-blocking mode, it may not be the case that a TcpSocket sent everything, which a developer would need to know.

@Jebbs Jebbs added this to the DSFML 2.4 milestone Jun 19, 2019
@Jebbs Jebbs self-assigned this Jun 19, 2019
@Jebbs Jebbs changed the title Add send methods to TcpSocket class that returns number of bytes sent Add send method to TcpSocket class that returns number of bytes sent Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant