deal with sending DHT messages to own node #67

Closed
opened 2020-08-24 19:21:32 +02:00 by schmittlauch · 1 comment
Owner

Sometimes messages are sent from the node to its own listening server port. There can be several reasons for that:

  • node mistakenly ends up in own cache (although we try to prevent that)
  • multiple vservers might need to send messages to each other
  • need to (re)join but node to join on somehow still has own node as a stale entry

Currently messages sent from a node to its own listening port are not getting responded to.

Sometimes messages are sent from the node to its own listening server port. There can be several reasons for that: - node mistakenly ends up in own cache (although we try to prevent that) - multiple vservers might need to send messages to each other - need to (re)join but node to join on somehow still has own node as a stale entry Currently messages sent from a node to its own listening port are not getting responded to.
schmittlauch added this to the 1st round of experiments milestone 2020-08-24 19:21:32 +02:00
schmittlauch added the
basic functionality
DHT
labels 2020-08-24 19:21:32 +02:00
Author
Owner

At least judging by a quick look at a packet dump, this seems to work.

Closing until further notice.

At least judging by a quick look at a packet dump, this seems to work. Closing until further notice.
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: schmittlauch/Hash2Pub#67
No description provided.