openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
O
Open Overlay Router
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 3 hours
ago. based on code collected
about 3 hours
ago.
Jun 09, 2024 — Jun 09, 2025
Showing page 6 of 27
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Resolved the problem with the inner messages' addresses.
Dmnt
More...
over 7 years ago
Removed the unused "mref_cache_entry_del_full". Renamed "ddt_pending_request_del_full" to "map_resolver_remove_ddt_pending_request" for consistency. Changed the behaviour of pending_request_do_cycle so it stops(sends negative map-reply and deletes pending request) after the current retry if a MS_NOT_REGISTERED message is recieved.
Dmnt
More...
over 7 years ago
Solved the previous problem. Now the Map Resolver can send map requests through either IPv4 and IPv6
Dmnt
More...
over 7 years ago
Patch 2 (#18)
Jose Ortiz
More...
over 7 years ago
Vagrant updates
Lorand Jakab
More...
over 7 years ago
Add -Werror=switch to CFLAGS
Lorand Jakab
More...
over 7 years ago
Factor out common CFLAGS
Lorand Jakab
More...
over 7 years ago
Merge branch 'joseorpa-patch-1' into testing
albert-lopez
More...
over 7 years ago
Removed README. It will be rewrited by Jose
albert-lopez
More...
over 7 years ago
Merge branch 'patch-1' of git://github.com/joseorpa/oor into joseorpa-patch-1
albert-lopez
More...
over 7 years ago
Convert old style OpenWRT init script to "procd style" (#15)
Richard Kunze
More...
over 7 years ago
Fix some issues with catching configuration file
albert-lopez
More...
over 7 years ago
Add files via upload
Jose Ortiz
More...
over 7 years ago
Create README.md
Jose Ortiz
More...
over 7 years ago
Fix Android build
Lorand Jakab
More...
over 7 years ago
Vagrant: add OpenDaylight map server to testbed
Lorand Jakab
More...
over 7 years ago
Fix problem when having cache miss of two or more IPs of a same prefix before receiving the first map reply
albert-lopez
More...
over 7 years ago
Merge branch 'testing' of https://github.com/OpenOverlayRouter/oor into testing
albert-lopez
More...
over 7 years ago
When running in daemon mode, show in stdout if oor doesn't find the configuration file
albert-lopez
More...
over 7 years ago
Did the changes we commented on the last session, and tested the whole program in a VM-based network. As of now, everything seems to work. There are still a few tasks to be done, like cleaning up some unnecessary comments or removing several log writings used for testing. I will leave those for now, until all testing has been successfully conducted.
Dmnt
More...
over 7 years ago
Vagrant: install `lig` in the testbed
Lorand Jakab
More...
over 7 years ago
Merge branch 'testing' of https://github.com/OpenOverlayRouter/oor into testing
albert-lopez
More...
over 7 years ago
Some bug fixes: Android compile ,and udp connection parameters used for map reply
albert-lopez
More...
over 7 years ago
Add Vagrant setup for a quick testbed
Lorand Jakab
More...
over 7 years ago
I have implemented the rcv_map_referral One thing that I forgot to mention is the referals in cache of IPV6 give some kind of error and the message isn't sent. It is probably because I'm using them wrong. I hope we'll be able to find what causes it.
Dmnt
More...
over 7 years ago
I have added the functions to set the timer of a ddt_map_cache and eliminate it when the timer activates, as well as including it in the function for adding cache entries. I have tested the adding, timer, and removing to work properly. I have also tested a pending request being able to find the cache entry and going through it before switching to the Root entry(as it should, because we are not recieving any Map-Referrals)(and even if we recieved any, I have not implemented that part yet)
Dmnt
More...
over 7 years ago
Everything should be "working" except for the recieve_map_referral. By "working" I mean that I can't really say if the addresses where the messages are being sent, or the addresses listed as source/dest are completely correct, we'll look at that later. There are some "garbage" OOR_LOG left over, I think I'll keep them at least until the next revision, as they could prove useful until then.
Dmnt
More...
over 7 years ago
Create a basic Vagrant setup for development
Lorand Jakab
More...
over 7 years ago
I created two methods to set the cache entry used by a pending request. These will be used when creating a pending request, and anytime it changes its cache entry, be it upon receive of a Map-Referral, or due to max number of retries.
Dmnt
More...
over 7 years ago
Implemented most of the rcv_map_request function. I have created the function pending_request_do_cycle, where a number of actions that must be called from different places will be done. I will implement that function next.
Dmnt
More...
over 7 years ago
←
1
2
3
4
5
6
7
8
9
10
…
26
27
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree