Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
375 bytes
|
Line | |
---|
1 | # obuf - Offset buffer implementation.
|
---|
2 |
|
---|
3 | Byte buffer specialized for data in chunks with special cases for dropping
|
---|
4 | bytes in the front, merging bytes in to various integer types and
|
---|
5 | abandoning buffer without penalty for previous chunk merges.
|
---|
6 |
|
---|
7 | Used in spyd-transport, part of spdy support for http2.
|
---|
8 |
|
---|
9 | This software is licensed under the MIT License.
|
---|
10 |
|
---|
11 | By Fedor Indutny, 2015.
|
---|
12 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.