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:
parent
efa66f7cbe
commit
162b12f42b
@ -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"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user