Changeset 9524 for trunk/third-party/dht/dht.c
- Timestamp:
- Nov 14, 2009, 9:31:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/third-party/dht/dht.c
r9323 r9524 896 896 continue; 897 897 /* A proposed extension to the protocol consists in 898 omitting the token when storage tables are full. */ 898 omitting the token when storage tables are full. While 899 I don't think this makes a lot of sense -- just sending 900 a positive reply is just as good, let's deal with it. */ 899 901 if(n->token_len == 0) 900 continue;902 n->acked = 1; 901 903 if(!n->acked) { 902 904 all_acked = 0;
Note: See TracChangeset
for help on using the changeset viewer.