srpc/client.go

8 lines
92 B
Go
Raw Normal View History

2019-10-22 01:32:56 +02:00
package srpc
var REQUEST_HEADER_SIZE = int32(8)
type requestHeader struct {
size int64
}