mgorlick / CRESTaceans

Experiments and documentation for building CREST infrastructure. This material is based upon work supported by the National Science Foundation under Grant No. 0820222.
http://www.isr.uci.edu/projects/crest/
5 stars 2 forks source link

accomodate tcp disconnects in thread hashmap #3

Closed kstrasser closed 13 years ago

kstrasser commented 13 years ago

if a peer disconnects then the thread will die but its entry will remain in the connects-i and connects-o maps. remove the entries from the maps when this happens

kstrasser commented 13 years ago

b7b45b4594d740617be6 introduces very basic exception handling. Still need to monitor the hash.

kstrasser commented 13 years ago

545a580d2c51d1b8fc2a fixes.