Displaying 1 result from an estimated 1 matches for "reply_upd".
Did you mean:
reply_cmd
2016 Feb 28
2
RESTful xapian server needs help
...could be compared between revisions to know which revision comes first, using string::compare or strcmp)
2) **IMPORTANT** Make a public MultiMatch API (to be able to re-implement the remote protocol ourselves)
3) **IMPORTANT** Send selected database path using MSG_SELECT to the remote protocol if REPLY_UPDATE returns with no database selected (that's what our protocol would do)
4) *OPTIONAL* Add MSG_SELECT to remote protocol (as an example of what it's for and to reserve the command number in the protocol)
Option B: Using a public RemoteProtocol API, these are the things that would need t...