1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-03 01:39:08 -04:00

update headers test cases

This commit is contained in:
Darien Raymond
2017-12-16 23:31:05 +01:00
parent 80e43a6b37
commit 9561301fea
6 changed files with 22 additions and 8 deletions

View File

@@ -25,6 +25,7 @@ func (vc *VideoChat) Write(b []byte) (int, error) {
return 13, nil
}
// NewVideoChat returns a new VideoChat instance based on given config.
func NewVideoChat(ctx context.Context, config interface{}) (interface{}, error) {
return &VideoChat{
sn: int(dice.RollUint16()),