mirror of
				https://github.com/dndx/phantun.git
				synced 2025-11-04 11:55:34 +08:00 
			
		
		
		
	docs(readme) add link for fake-tcp docs
				
					
				
			This commit is contained in:
		
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							@@ -24,6 +24,7 @@ Table of Contents
 | 
				
			|||||||
* [MTU overhead](#mtu-overhead)
 | 
					* [MTU overhead](#mtu-overhead)
 | 
				
			||||||
    * [MTU calculation for WireGuard](#mtu-calculation-for-wireguard)
 | 
					    * [MTU calculation for WireGuard](#mtu-calculation-for-wireguard)
 | 
				
			||||||
* [Version compatibility](#version-compatibility)
 | 
					* [Version compatibility](#version-compatibility)
 | 
				
			||||||
 | 
					* [Documentations](#documentations)
 | 
				
			||||||
* [Performance](#performance)
 | 
					* [Performance](#performance)
 | 
				
			||||||
* [Future plans](#future-plans)
 | 
					* [Future plans](#future-plans)
 | 
				
			||||||
* [Compariation to udp2raw](#compariation-to-udp2raw)
 | 
					* [Compariation to udp2raw](#compariation-to-udp2raw)
 | 
				
			||||||
@@ -176,6 +177,8 @@ sudo setcap cap_net_admin=+pe phantun_client
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Note:** Run Phantun executable with `-h` option to see full detailed options.
 | 
					**Note:** Run Phantun executable with `-h` option to see full detailed options.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[Back to TOC](#table-of-contents)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Server
 | 
					### Server
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Note: `4567` is the TCP port Phantun should listen on and must corresponds to the DNAT
 | 
					Note: `4567` is the TCP port Phantun should listen on and must corresponds to the DNAT
 | 
				
			||||||
@@ -252,6 +255,13 @@ of Server/Client of Phantun on both ends to ensure maximum compatibility.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[Back to TOC](#table-of-contents)
 | 
					[Back to TOC](#table-of-contents)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Documentations
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					For users who wish to use `fake-tcp` library inside their own project, refer to the documentations for the library at:
 | 
				
			||||||
 | 
					[https://docs.rs/fake-tcp](https://docs.rs/fake-tcp).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[Back to TOC](#table-of-contents)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Performance
 | 
					# Performance
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Performance was tested on AWS t3.xlarge instance with 4 vCPUs and 5 Gb/s NIC. WireGuard was used
 | 
					Performance was tested on AWS t3.xlarge instance with 4 vCPUs and 5 Gb/s NIC. WireGuard was used
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user