You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
Do we needs this? If so, why? Is it worth keeping? I think it causes more problems than solves. Apparently it is helpful for Windows.
2015-11-15 21:31:20 mlt- btw
2015-11-15 21:31:26 mlt- not that it might be relevant
2015-11-15 21:31:52 mlt- but when I attempted to use orignal's libi2pd as dll, there was an issue with exported variables
2015-11-15 21:32:00 mlt- across DLL /shared object boundary
2015-11-15 21:32:06 mlt- it is tricky on Windows
2015-11-15 21:32:22 mlt- and it is easier to export a function, read singleton,
2015-11-15 21:33:13 mlt- bottom line, on some platforms, it might be a PITA to export gloval variable across shared object
The text was updated successfully, but these errors were encountered:
- Not entirely unhooked, but a start in that direction:
* create new Instance class which handles:
- configuration/initialization of client/router contexts
- reloading of client/server tunnels
* aims to detach from daemon and handle *all* client/router aspects
- many new TODO's with detailed explanatory remarks
- Configuration refactor:
* ctor initializes with cli arguments, sets config member
* now using program_options::command_line_parser
* throw instead of return bool when parsing
* move out of util directory
- Misc refactoring to satisfy the above, misc. TODO's related to above
References monero-project#96monero-project#34
Do we needs this? If so, why? Is it worth keeping? I think it causes more problems than solves. Apparently it is helpful for Windows.
The text was updated successfully, but these errors were encountered: