|  | @@ -1209,7 +1209,7 @@ func TestVMessGCMMuxUDP(t *testing.T) {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  				xorpayload := xor(payload)
 |  |  				xorpayload := xor(payload)
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -				for j := 0; j < 5; j++ {
 |  | 
 | 
											
												
													
														|  | 
 |  | +				for j := 0; j < 2; j++ {
 | 
											
												
													
														|  |  					nBytes, _, err := conn.WriteMsgUDP(payload, nil, nil)
 |  |  					nBytes, _, err := conn.WriteMsgUDP(payload, nil, nil)
 | 
											
												
													
														|  |  					assert.Error(err).IsNil()
 |  |  					assert.Error(err).IsNil()
 | 
											
												
													
														|  |  					assert.Int(nBytes).Equals(len(payload))
 |  |  					assert.Int(nBytes).Equals(len(payload))
 | 
											
										
											
												
													
														|  | @@ -1217,7 +1217,7 @@ func TestVMessGCMMuxUDP(t *testing.T) {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  				response := make([]byte, 1024)
 |  |  				response := make([]byte, 1024)
 | 
											
												
													
														|  |  				oob := make([]byte, 16)
 |  |  				oob := make([]byte, 16)
 | 
											
												
													
														|  | -				for j := 0; j < 5; j++ {
 |  | 
 | 
											
												
													
														|  | 
 |  | +				for j := 0; j < 2; j++ {
 | 
											
												
													
														|  |  					nBytes, _, _, _, err := conn.ReadMsgUDP(response, oob)
 |  |  					nBytes, _, _, _, err := conn.ReadMsgUDP(response, oob)
 | 
											
												
													
														|  |  					assert.Error(err).IsNil()
 |  |  					assert.Error(err).IsNil()
 | 
											
												
													
														|  |  					assert.Int(nBytes).Equals(1024)
 |  |  					assert.Int(nBytes).Equals(1024)
 |