mirror of
				https://github.com/optim-enterprises-bv/Xray-core.git
				synced 2025-10-31 10:38:00 +00:00 
			
		
		
		
	 7086d286be
			
		
	
	7086d286be
	
	
	
		
			
			* Add feature migration notice * Remove legacy code of transport processing * Clear legacy proto field * Fix missing * Unify protocolname * Test remove * Supressor * Weird code * Remove errorgen related comments
		
			
				
	
	
		
			9 lines
		
	
	
		
			226 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			226 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| /*
 | |
| Package websocket implements WebSocket transport
 | |
| 
 | |
| WebSocket transport implements an HTTP(S) compliable, surveillance proof transport method with plausible deniability.
 | |
| */
 | |
| package websocket
 | |
| 
 | |
| const protocolName = "websocket"
 |