Jeremy Lakeman
0c294079af
Improve reliability of routing tests
2014-05-30 14:56:31 +09:30
Jeremy Lakeman
e835d0230f
Stop ignoring .o files
2014-05-29 14:54:18 +09:30
Andrew Bettison
15c37fdcea
Improve Makefile dependencies
2014-05-29 11:04:09 +09:30
Andrew Bettison
1f701d4b3a
Remove unused source file encode.c
2014-05-29 10:43:49 +09:30
Andrew Bettison
772aae4db5
Fix "msp_socket_is_null undefined" link error
2014-05-28 17:44:35 +09:30
Jeremy Lakeman
9f39160c81
If we fail to fetch a bundle after 10 tries, skip it
2014-05-28 16:59:05 +09:30
Andrew Bettison
aa670fc8a5
Ignore new objs subdirectories
2014-05-27 04:59:09 +09:30
Andrew Bettison
33c61d64b9
Fix a faulty MSP test
2014-05-26 16:15:52 +09:30
Andrew Bettison
757e6c62ab
Merge network simulator into development
2014-05-26 15:52:40 +09:30
Andrew Bettison
21f51965c1
Overhaul Makefile and header files
...
Make .o files in separate subdirectories for servald and library
Factor struct __sourceloc and __WHENCE__ from "log.h" into "whence.h"
Factor sid_t etc from "serval.h" into "serval_types.h"
Factor rhizome_bid_t etc from "rhizome.h" into "rhizome_types.h"
Do not include "serval.h" in library sources
Add log_stderr.c and logMessage.c for stand-alone executables
2014-05-26 15:36:26 +09:30
Jeremy Lakeman
f5aef9998d
Don't close everything when we get an error response
2014-05-26 14:52:05 +09:30
Jeremy Lakeman
c1fc33542d
Default to using unicast link layer packets
2014-05-26 14:36:58 +09:30
Jeremy Lakeman
9f23b9bdcd
Fix remove obsolete debug flags from test scripts
2014-05-26 14:16:35 +09:30
Jeremy Lakeman
2cad7f4f8e
Fix msp command via JNI
2014-05-26 14:01:34 +09:30
Jeremy Lakeman
b94378ae97
Remove unused debug flags
2014-05-26 14:01:34 +09:30
Jeremy Lakeman
3373d64079
Routing tests shouldn't care about prefer_unicast default value
2014-05-26 13:57:27 +09:30
Jeremy Lakeman
41853da7ce
Use inline logMessage definition
2014-05-26 13:57:27 +09:30
Jeremy Lakeman
49e138505a
Log mdp errors before replying
2014-05-26 13:57:27 +09:30
Jeremy Lakeman
61bab9d6d6
Squelch msp logging output
2014-05-26 13:57:25 +09:30
Andrew Bettison
be4f7ad42d
Add MDP packet filter rules documentation
2014-05-23 14:51:25 +09:30
Jeremy Lakeman
06f7eed260
Add msp test over unreliable link
2014-05-23 10:47:22 +09:30
Jeremy Lakeman
33bbd7b52e
Make sure only one bind request occurs at a time
2014-05-23 10:47:22 +09:30
Jeremy Lakeman
4dd2d2991e
Use simulator for existing msp tests
2014-05-23 10:47:22 +09:30
Jeremy Lakeman
7420f46653
Create new AF_UNIX based network simulator
2014-05-23 10:47:22 +09:30
Jeremy Lakeman
c361a9cb90
Don't reuse mdp ports that are already bound, release mdp bindings on msp close
2014-05-23 10:38:31 +09:30
Andrew Bettison
64237e4ab4
Improve test framework: return after fail()
...
So that functions can be used during teardown()
2014-05-22 15:32:16 +09:30
Jeremy Lakeman
506b6ed57c
Call msp handler on a timer to prevent stalling
2014-05-22 14:22:17 +09:30
Andrew Bettison
885cf56c95
Fix "unused parameter" warnings for undefined HAVE_JNI_H
2014-05-22 14:17:36 +09:30
Andrew Bettison
24f3d50fd4
Add text of CC BY 4.0 license
...
Add LICENSE-DOCUMENTATION.md (commons deed) and CC-BY-4.0.md (legal
text)
All docs link to local commons deed instead of CC BY 4.0 web page
2014-05-21 17:37:23 +09:30
Jeremy Lakeman
c0c5412931
Add support for STOPping a connection before shutdown
2014-05-21 17:17:07 +09:30
Jeremy Lakeman
998a40938b
Be more careful setting alarm times
2014-05-21 11:51:23 +09:30
Jeremy Lakeman
15cdcc4380
Squelch rhizome sync messages if rhizome is disabled
2014-05-21 10:27:56 +09:30
Andrew Bettison
2681967681
Add doc/README.md
2014-05-20 14:54:24 +09:30
Andrew Bettison
45f39cfacd
Add copyright notices and CC-BY license to README.md and INSTALL.md
2014-05-20 14:52:57 +09:30
Andrew Bettison
1e6caa0e6c
Add Tunnelling document (TCP over MSP)
2014-05-19 17:29:10 +09:30
Andrew Bettison
59b3015ae8
Add CC-BY-4.0 license text
2014-05-19 17:28:42 +09:30
Andrew Bettison
42d4ed0d43
Improve MSP documentation
...
Rename "Mesh Streaming Protocol" to "Mesh Stream Protocol"
2014-05-19 17:26:54 +09:30
Andrew Bettison
48ae5688bf
Start MDP documentation, improve MSP documentation
2014-05-16 12:50:15 +09:30
Jeremy Lakeman
bcc4d8ce60
Add api for starting msp tunnel end points
2014-05-15 16:38:25 +09:30
Jeremy Lakeman
5f9ffefcfc
Watch mdp socket on new tunnelled connections
2014-05-15 16:38:22 +09:30
Jeremy Lakeman
9e267ece21
Always set keyring to NULL after use.
2014-05-15 16:32:46 +09:30
Andrew Bettison
5463feeff7
Improve MSP API documentation
2014-05-15 16:28:06 +09:30
Andrew Bettison
12a0ca4e8f
Improve MSP API
...
Replace struct msp_sock * with typedef MSP_SOCKET
Add new 'flags' arg to msp_socket(), unused for now
msp_send() returns ssize_t number of bytes sent; -1 for error
MSP handler returns size_t; number of bytes consumed
Add MSP_MESSAGE_SIZE definition
Rename msp_set_remote() -> msp_connect()
Rename msp_get_local_adr() -> msp_get_local()
Rename msp_get_remote_adr() -> msp_get_remote()
msp_set_local() takes (const struct *) arg2
msp_connect() takes (const struct *) arg2
void msp_set_local(), msp_connect(), msp_listen(), msp_set_handler()
2014-05-15 16:24:59 +09:30
Andrew Bettison
c9e2ed3038
time_ms_to_timeval()
2014-05-13 08:55:57 +09:30
Andrew Bettison
936db7bca3
Rename TIME_NEVER... to TIME_MS_NEVER...
2014-05-13 08:55:57 +09:30
Jeremy Lakeman
ca9faeef9b
Remove respawn_on_crash behaviour, we aren't using or testing it
2014-05-12 13:44:51 +09:30
Jeremy Lakeman
342572730b
Don't busy wait for forked processes to terminate
2014-05-12 13:44:50 +09:30
Jeremy Lakeman
8db634d2d9
Don't process MDP packets if the local address is invalid
2014-05-12 13:44:50 +09:30
Jeremy Lakeman
9ed507f740
Move rate limit code to separate file
2014-05-12 13:44:50 +09:30
Jeremy Lakeman
5b6ae35a73
Only use the best rtt calculation once per ack
2014-05-12 13:44:50 +09:30