Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for outboundCap (0.12 sec)

  1. internal/grid/muxserver.go

    	} else {
    		ctx, cancel = context.WithCancel(ctx)
    	}
    
    	send := make(chan []byte)
    	inboundCap, outboundCap := handler.InCapacity, handler.OutCapacity
    	if outboundCap <= 0 {
    		outboundCap = 1
    	}
    
    	m := muxServer{
    		ID:                 msg.MuxID,
    		RecvSeq:            msg.Seq + 1,
    		SendSeq:            msg.Seq,
    		ctx:                ctx,
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Tue May 27 15:19:03 UTC 2025
    - 9.7K bytes
    - Viewed (0)
Back to top