Maxim Sharabayko

Results 195 comments of Maxim Sharabayko

Hi @lelegard. I would say you provide extremely valuable feedback with your question! > Then, slightly modify the story. After the receiver termination, the sender does not call `srt_send()` immediately....

@lelegard > In software engineering terms, a API which provides some "open / close" or "create / delete" semantics on a resource has no right to deallocate the resource or...

### Feature Request 1. The sender closes a connection once streaming ends (indicating the "no more data" reason for closing a connection, see FR #2638). Communication medium: SHUTDOWN control packet....

You mean this ![image](https://user-images.githubusercontent.com/12700120/56748201-b06dbc80-677f-11e9-8207-34978fe34694.png)

@oviano That is a good question. 😄 So far looks like the formula for the table is `max(1.65 * Packet_loss_rate; 100 / RTT_multiplier)`. `100 / RTT_multipllier` – not sure about...

Might be worth reporting this in the [vcpkg](https://github.com/microsoft/vcpkg) project.

I'd like to invite @Adela0814 to this conversation.

Hi @xiejiashu Did you manage to resolve or make progress on the issue?

This looks like a problem with receiver buffer size. The size should be at least Bufrcv >= bps × RTTsec / (8 × (1500 - 28)) + (latencysec × bps)...

Closed due to lack of activity.