Documentation
¶
Overview ¶
Package tcp implements a go-micro.Server
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultMaxMsgSize define maximum message size that server can send // or receive. Default value is 8K DefaultMaxMsgSize = 1024 * 8 )
Functions ¶
func MaxMsgSize ¶
MaxMsgSize set the maximum message in bytes the server can receive and send. Default maximum message size is 8K
Types ¶
Click to show internal directories.
Click to hide internal directories.