mirror of https://gogs.blitter.com/RLabs/xs
				
				
				
			Removed unused consts
Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
		
							parent
							
								
									03eff74d8b
								
							
						
					
					
						commit
						4345c7bf2d
					
				| 
						 | 
				
			
			@ -34,7 +34,6 @@ type KEXAlg uint8
 | 
			
		|||
// rather than remote end normal UNIX exit codes
 | 
			
		||||
const (
 | 
			
		||||
	CSENone = 1024 + iota
 | 
			
		||||
	//CSEBadAuth     // Failed login password
 | 
			
		||||
	CSETruncCSO    // No CSOExitStatus in payload
 | 
			
		||||
	CSEStillOpen   // Channel closed unexpectedly
 | 
			
		||||
	CSEExecFail    // cmd.Start() (exec) failed
 | 
			
		||||
| 
						 | 
				
			
			@ -57,7 +56,6 @@ const (
 | 
			
		|||
	// Tunnel setup/control/status
 | 
			
		||||
	CSOTunSetup     // client -> server tunnel setup request (dstport)
 | 
			
		||||
	CSOTunSetupAck  // server -> client tunnel setup ack
 | 
			
		||||
	CSOTunAccept    // client -> server: tunnel client got an Accept()
 | 
			
		||||
	CSOTunRefused   // server -> client: tunnel rport connection refused
 | 
			
		||||
	CSOTunData      // packet contains tunnel data [rport:data]
 | 
			
		||||
	CSOTunKeepAlive // client tunnel heartbeat
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue