Get rid of path MTU discovery

This commit is contained in:
Keith Winstein
2012-01-01 21:42:05 -05:00
parent 3a722cb3d3
commit 267f5a31a7
5 changed files with 19 additions and 90 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ Base64Key::Base64Key()
}
}
string Base64Key::printable_key( void )
string Base64Key::printable_key( void ) const
{
char base64[ 25 ];