splone / splonebox-core

splonebox - open source network assessment tool with focus on modularity
http://splonebox.io
GNU Affero General Public License v3.0
24 stars 7 forks source link

Rewrite inputstream buffer management using a circular buffer #21

Closed stze closed 8 years ago

stze commented 8 years ago

This PR introduces a new inputstream circular buffer implemenation which supersedes the old implementation which used memmove for buffer management.