protocol draft

wew
This commit is contained in:
Malloc of Kuzkycyziklistan 2017-05-15 16:15:21 -05:00
parent eeacb55344
commit 171d52af58
2 changed files with 1 additions and 3 deletions

View file

@ -1,2 +0,0 @@
CircleScape Protocol

View file

@ -6,7 +6,7 @@ using System.Text;
using System.Threading.Tasks;
namespace Kneesocks {
class ReadBuffer {
internal class ReadBuffer {
private const int BufferSize = 1024;
private List<byte> Buffer;