register I2CP with the PortMapper

This commit is contained in:
zzz
2015-09-21 15:13:39 +00:00
parent 53ae727935
commit 3f213cf1db
2 changed files with 14 additions and 1 deletions

View File

@@ -33,6 +33,8 @@ public class PortMapper {
public static final String SVC_BOB = "BOB";
/** not necessary, already in config? */
public static final String SVC_I2CP = "I2CP";
/** @since 0.9.23 */
public static final String SVC_I2CP_SSL = "I2CP-SSL";
/**
* @param context unused for now