SEAPUNK / socketeer

yet another websocket framework
MIT License
3 stars 0 forks source link

Data transfer reliability #8

Open SEAPUNK opened 8 years ago

SEAPUNK commented 8 years ago

This is something to put on the backburner, but basically, it would be a nice feature to have a way of telling if the data made it or not. As a StackOverflow answer basically states that the TCP transfer is reliable, to a limit.

This will add a lot of overhead, and will have to be optional. Something to think about for later versions (e.g. v2)

SEAPUNK commented 8 years ago

This is also no longer on the backburner, as this will have to be more-or-less coupled with the session resuming feature.

SEAPUNK commented 8 years ago

No it doesn't.

Also, related: #37

SEAPUNK commented 8 years ago

A thing to consider is where the message order should be handled by TCP, and when Socketeer should handle it.