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

Porting adaptive receive buffer prediction #117

Merged
merged 1 commit into from
Jun 1, 2016
Merged

Commits on Jun 1, 2016

  1. Porting adaptive read buffer prediction

    Motivation:
    Provides good flexible default while lowering memory consumption on average.
    
    Modifications:
    - Synced IRecvByteBufAllocator and relevant parts up to date
    - Ported AdaptiveRecvByteBufAllocator
    - Extra: properly porting ChannelMetadata
    
    Result:
    Process of receiving bytes from network is more configurable and allows for both more conservative and more agressive ingestion.
    nayato committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    0131fa9 View commit details
    Browse the repository at this point in the history