handle SIGNATURE_TYPE for DEST GENERATE

This commit is contained in:
orignal 2017-03-30 15:43:02 -04:00
parent e3fc23bae8
commit 4448884a3e
2 changed files with 15 additions and 7 deletions

2
SAM.h
View file

@ -107,7 +107,7 @@ namespace client
void ProcessSessionCreate (char * buf, size_t len);
void ProcessStreamConnect (char * buf, size_t len, size_t rem);
void ProcessStreamAccept (char * buf, size_t len);
void ProcessDestGenerate ();
void ProcessDestGenerate (char * buf, size_t len);
void ProcessNamingLookup (char * buf, size_t len);
void SendI2PError(const std::string & msg);
size_t ProcessDatagramSend (char * buf, size_t len, const char * data); // from SAM 1.0