Skip to content
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.

Consider adding pushback between incoming_/outgoing_ #3

Closed
Yawning opened this issue Feb 6, 2014 · 1 comment
Closed

Consider adding pushback between incoming_/outgoing_ #3

Yawning opened this issue Feb 6, 2014 · 1 comment

Comments

@Yawning
Copy link
Owner

Yawning commented Feb 6, 2014

Currently all of the pts will buffer unlimited amounts of data in the tx buffer (bufferevent) of the bottleneck link (Well, it will buffer on the non-bottleneck side as well, but this is unlikely). This is all sorts of bad because it doesn't provide the client/bridge with congestion feedback in the form of a shrinking receive window.

This was skipped in the first pass of the code because obfsproxy does not implement this from what I can tell, even though it should happen for obfs2/3. This probably can wait till after #1 is done, and I would need to ask phw if this is safe to do when I get around to writing code for #2.

@Yawning Yawning assigned Yawning and unassigned Yawning Feb 6, 2014
@Yawning Yawning added this to the 0.0.2 Release milestone Mar 4, 2014
@Yawning
Copy link
Owner Author

Yawning commented Mar 15, 2014

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant