mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 17:46:58 -05:00
Increase Drain Pool
This commit is contained in:
parent
ca032dd00f
commit
13cef19430
@ -126,7 +126,7 @@ func parseSecurityType(b byte) protocol.SecurityType {
|
|||||||
func (s *ServerSession) DecodeRequestHeader(reader io.Reader) (*protocol.RequestHeader, error) {
|
func (s *ServerSession) DecodeRequestHeader(reader io.Reader) (*protocol.RequestHeader, error) {
|
||||||
buffer := buf.New()
|
buffer := buf.New()
|
||||||
behaviorRand := dice.NewDeterministicDice(int64(s.userValidator.GetBehaviorSeed()))
|
behaviorRand := dice.NewDeterministicDice(int64(s.userValidator.GetBehaviorSeed()))
|
||||||
DrainSize := behaviorRand.Roll(387) + 16 + 38
|
DrainSize := behaviorRand.Roll(3266) + 16 + 38 + dice.Roll(behaviorRand.Roll(64))
|
||||||
readSizeRemain := DrainSize
|
readSizeRemain := DrainSize
|
||||||
|
|
||||||
drainConnection := func(e error) error {
|
drainConnection := func(e error) error {
|
||||||
|
Loading…
Reference in New Issue
Block a user