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
Updating friends state (TimeHash, MutationsUpdate).
Those two parts are unrelated. It might be possible that some user of the server may only want to use one function out of the two. For example: a user might only want to request routes (RequestRoutes/ResponseRoutes). In this case the user still has to deal with incoming TimeHash messages.
Cons of this design change are that index servers will now have two ports instead of one port facing clients. (Note that there is a third port facing other index servers).
The text was updated successfully, but these errors were encountered:
Currently the messages between IndexServer and IndexClient are as follows:
This interface is used for two different functions:
Those two parts are unrelated. It might be possible that some user of the server may only want to use one function out of the two. For example: a user might only want to request routes (RequestRoutes/ResponseRoutes). In this case the user still has to deal with incoming TimeHash messages.
Cons of this design change are that index servers will now have two ports instead of one port facing clients. (Note that there is a third port facing other index servers).
The text was updated successfully, but these errors were encountered: