Correct sense of comparison on MTU cap
This commit is contained in:
+1
-1
@@ -340,5 +340,5 @@ void Connection::update_MTU( void )
|
|||||||
throw NetworkException( "Error getting path MTU", errno );
|
throw NetworkException( "Error getting path MTU", errno );
|
||||||
}
|
}
|
||||||
|
|
||||||
MTU = max( PMTU, SEND_MTU );
|
MTU = min( PMTU, SEND_MTU );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user