- Manehattan MAS hub
 - https://holanet.xyz
 - 
					
Sasha Koshka is the name I go by online. E-mail me if you have questions about that or about my projects in general.
 -  Joined on 
2022-08-07  
Block a user
	
				
				
					Need to support larger messages, arrays
					
					
						
					
				
			
			VILA also needs to be altered to support chunked length encoding, and should probably draw its maximum element length from TAPE.
				
				
					Need to support larger messages, arrays
					
					
						
					
				
			
			TAPE could have a similar DOS mitigation measure as METADAPT, where the protocol can define a maximum field length that is around 1 megabyte by default.
				
				
					Need to support larger messages, arrays
					
					
						
					
				
			
			Additionally, TAPE could use a redesign. It does not need to be corruption resistant because a slightly corrupt message should just be totally rejected, and it needs to handle bigger data anyway…
				
				
					Need to support larger messages, arrays