mit-pdos / noria

Fast web applications through dynamic, partially-stateful dataflow
Apache License 2.0
4.99k stars 244 forks source link

Remove window support from TCP channels #56

Closed fintelia closed 6 years ago

fintelia commented 6 years ago

Our TcpSender/TcpReceiver supported running in a bounded mode, although this feature was almost never used. This PR removes that code

jonhoo commented 6 years ago

In essence this is saying that you should use RpcChannel if you want explicit acks.

jonhoo commented 6 years ago

K, just going to merge this.