Skip to content

Lokinet default to RPC socket #2110

@dr7ana

Description

@dr7ana

Current Functionality

lokinet.ini (under the [api] section) defaults to bind=tcp://127.0.0.1:1190

#2057 adds the ability to access an IPC socket by changing the line to bind=ipc:///some/path/my.sock

Desired Functionality

Lokinet should be able to bind to multiple listening addresses instead of one, by repeating the bind=... line such as

bind=tcp://127.0.0.1:1190
bind=ipc:///some/path/my.sock

TODO (so far)

  • Update oxenmq interface to call listen_plain for each bind address
  • Update config file to take list instead of single value
  • Update config parsing logic to chdir to data directory to accommodate IPC socket relative paths

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions