1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-24 16:23:47 +03:00

don't need this anymore

This commit is contained in:
Zack Scholl 2018-09-25 18:56:36 -07:00
parent efa66f7cbe
commit 162b12f42b

View File

@ -2,8 +2,3 @@ package models
const WEBSOCKET_BUFFER_SIZE = 1024 * 1024 * 32
const TCP_BUFFER_SIZE = 1024 * 64
type BytesAndLocation struct {
Bytes []byte `json:"b"`
Location int64 `json:"l"`
}