-------- p2pMail -------- |
|
Here I will list all the Tests I have performed, and their result. Result is from current SVN. A build will come soon.
Test | detailed Test-Setup | Result |
---|---|---|
local instance communication | 3 nodes with autogenerated port number (portno. = 0), connectivity test | success |
lan communication | 3 nodes with autogenerated port number (portno. = 0) on 2 pc's, connectivity test | todo |
simple wan/nat communication | 1 node behind a nat (nat forwarding), another directly in wan with firewall, wan tries to connect lan | success (lan-node has now 2 IP's (lan, wan IP) |
wan/nat communication | 2 node behind same nat (nat forwarding to one node), another directly in wan with firewall | fail, node without forewarding behind nat, never learns wan-IP, thus not reachable via UDP-hole punch |
local communication with reboot | 2 nodes, connectivity test, 1 node reboot and reconnect, connectivity test | success |
this requires, already working connections, so no difference between the computer positions etc. is done.
Test | detailed Test-Setup | Result |
---|---|---|
direct communication | A sends mail to B, B sends mail to A | success |
direct, selfmail communication | A is connected to B, A sends mail to A | success |
direct, selfmail communication | A is connected to nobody, A sends mail to A | fail (Nodes never store own mails) |
mail storage for third | in the net: A,B,C: B is online, A sends mail to C, but C not online. A goes offline, C gets online | success |