mirror of
				https://github.com/wangyu-/udp2raw.git
				synced 2025-11-04 04:05:35 +08:00 
			
		
		
		
	Updated about mtu (markdown)
@@ -1,4 +1,4 @@
 | 
				
			|||||||
udp2raw introduces it's own header for encryption, anti-replay and multiplex. As a result you have to decrease the MTU to "make room" for the extra overhead. (By the way, this is not only for udp2raw, this happens for almost all tunnels)
 | 
					udp2raw introduces it's own header for faketcp, encryption, anti-replay and multiplex. As a result you have to decrease the MTU to "make room" for the extra overhead. (By the way, this is not only for udp2raw, this happens for almost all tunnels)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Since udp2raw itself doesn't have user space packet splitter, you have to tune the MTU at upper level appliation (for example: openvpn, wireguard, kcptun) to make sure they don't send packet too large for udp2raw.
 | 
					Since udp2raw itself doesn't have user space packet splitter, you have to tune the MTU at upper level appliation (for example: openvpn, wireguard, kcptun) to make sure they don't send packet too large for udp2raw.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user