awt_thule[asciilifeform|billymg]: jonsykkel: how do you ensure smalpest doesn't make multiple GetData requests for the same missing packet?
jonsykkel[asciilifeform|billymg]: awt_thule: i keep a list of outgoing requests, can check against
jonsykkel[asciilifeform|billymg]: then when response comes bak or if request "times out", delete from list
awt_thule[asciilifeform|billymg]: jonsykkel: I see, thanks.
awt_thule[billymg|asciilifeform]: I had been checking the order buffer itself, but that doesn't turn out to be such a great idea
awt_thule[billymg|asciilifeform]: never know what's actually gonna be in there at any given time
jonsykkel[asciilifeform|billymg]: had some issues also, cant remember details