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

updated msgio #406

Merged
merged 3 commits into from
Dec 7, 2014
Merged

updated msgio #406

merged 3 commits into from
Dec 7, 2014

Commits on Dec 6, 2014

  1. cmds: remove info logging

    jbenet committed Dec 6, 2014
    Configuration menu
    Copy the full SHA
    5c64ee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97e0f73 View commit details
    Browse the repository at this point in the history
  3. conn: larger max message.

    With the new msgio, we no longer need to bound message sizes for
    the sake of buffers. MaxMessageSize should remain though in order
    to prevent streaming of huge things. In general, messages shouldn't
    be above one MB. This max is now set to 4MB.
    
    If a block happens to be larger, we should split it up.
    jbenet committed Dec 6, 2014
    Configuration menu
    Copy the full SHA
    a522a5a View commit details
    Browse the repository at this point in the history