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

Is order of packet recieve guaranteed ? #27

Open
snsg opened this issue Sep 2, 2020 · 1 comment
Open

Is order of packet recieve guaranteed ? #27

snsg opened this issue Sep 2, 2020 · 1 comment

Comments

@snsg
Copy link

snsg commented Sep 2, 2020

Got a question - not so much an issue - am working with protobuffers that i want to stream over tcp - and i came across your project here which really sounds like the same - but if i would try to use this as base for :

  • a client streams a video to the server
  • the server sends the video stream to all connected clients ( except the sender )
  • the clients will show the video

Clients is a c-sharp application.

Would your project here guarantee the order in which the packets are sent or do i need to implement some ordering id in the packet ?

Would you think it will be fast enough ?

Would you have any idea how i could 'broadcast'an incoming stream onto all connected clients ?

And the fixes you committed will they become master soon ?

@StabbyCutyou
Copy link
Owner

Packet ordering is as the networking stack determines it. So for TCP, you should be fine.

I haven't had time to maintain this unfortunately, and I need to test the proposed fixes and simply haven't had time. I apologize for that.

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

2 participants