mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
don't need this anymore
This commit is contained in:
parent
efa66f7cbe
commit
162b12f42b
1 changed files with 0 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue