Finish rename (stm to mosh)

This commit is contained in:
Keith Winstein
2012-02-02 17:47:54 -05:00
parent 7db8270431
commit 32a2fa8261
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ void Transport<MyState, RemoteState>::recv( void )
Instruction inst = fragments.get_assembly();
if ( inst.protocol_version() != MOSH_PROTOCOL_VERSION ) {
throw NetworkException( "Mosh protocol version mismatch", 0 );
throw NetworkException( "mosh protocol version mismatch", 0 );
}
sender.process_acknowledgment_through( inst.ack_num() );