mediation extension adapted to the naming convention of the current version of the draft. note: the external interface (config, autotools) has not yet been changed

This commit is contained in:
Tobias Brunner
2008-03-26 18:40:19 +00:00
parent 685232670a
commit dc04b7c743
47 changed files with 522 additions and 522 deletions
+3 -3
View File
@@ -129,9 +129,9 @@ static int add_connection(char *name,
msg.add_conn.dpd.delay = 0;
msg.add_conn.dpd.action = 1;
msg.add_conn.p2p.mediation = 0;
msg.add_conn.p2p.mediated_by = NULL;
msg.add_conn.p2p.peerid = NULL;
msg.add_conn.ikeme.mediation = 0;
msg.add_conn.ikeme.mediated_by = NULL;
msg.add_conn.ikeme.peerid = NULL;
msg.add_conn.me.id = push_string(&msg, my_id);
msg.add_conn.me.address = push_string(&msg, my_addr);
+1 -1
View File
@@ -218,7 +218,7 @@ struct stroke_msg_t {
int mediation;
char *mediated_by;
char *peerid;
} p2p;
} ikeme;
stroke_end_t me, other;
} add_conn;