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
@@ -23,7 +23,7 @@ namespace Crypto {
public:
Base64Key(); /* random key */
Base64Key( string printable_key );
string printable_key( void );
string printable_key( void ) const;
unsigned char *data( void ) { return key; }
};