projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d17a4a7
)
nat topology optimization
author
Nathan S. Evans
<evans@in.tum.de>
Thu, 24 Feb 2011 12:24:34 +0000
(12:24 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Thu, 24 Feb 2011 12:24:34 +0000
(12:24 +0000)
src/testing/testing_group.c
patch
|
blob
|
history
diff --git
a/src/testing/testing_group.c
b/src/testing/testing_group.c
index 5837930ee282e6e89d6855d723cc2100439a704a..60d3fd141480d1523718a03393356ab0446a7f01 100644
(file)
--- a/
src/testing/testing_group.c
+++ b/
src/testing/testing_group.c
@@
-1455,7
+1455,7
@@
make_config (const struct GNUNET_CONFIGURATION_Handle *cfg,
}
/*
- *
Add entries to the some
list
+ *
Remove entries from the peer connection
list
*
* @param pg the peer group we are working with
* @param first index of the first peer
@@
-2039,7
+2039,7
@@
create_nated_internet_copy (struct GNUNET_TESTING_PeerGroup *pg,
outer_count, inner_count);
#endif
connect_attempts += proc (pg, outer_count, inner_count, list, GNUNET_YES);
- add_connections(pg, outer_count, inner_count, ALLOWED, GNUNET_
YES
);
+ add_connections(pg, outer_count, inner_count, ALLOWED, GNUNET_
NO
);
}
}
}