protocol draft
wew
This commit is contained in:
parent
eeacb55344
commit
171d52af58
2 changed files with 1 additions and 3 deletions
|
@ -1,2 +0,0 @@
|
||||||
CircleScape Protocol
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace Kneesocks {
|
namespace Kneesocks {
|
||||||
class ReadBuffer {
|
internal class ReadBuffer {
|
||||||
private const int BufferSize = 1024;
|
private const int BufferSize = 1024;
|
||||||
|
|
||||||
private List<byte> Buffer;
|
private List<byte> Buffer;
|
||||||
|
|
Loading…
Reference in a new issue