ChangeLog.txt
上传用户:liguizhu
上传日期:2015-11-01
资源大小:2422k
文件大小:2k
源码类别:

P2P编程

开发平台:

Visual C++

  1. 2006-04-09 artist <haojian@gaov-inc.com>
  2.         * TSnew.c
  3.         代码整理, 添加注释
  4.         fix #110, #277, #428, #505, #1001, #1087, #1100,
  5.     #1106, #1110, #1114, #1137, #1268, #1271, #1900,
  6.     #1963, #2057, #2228, #2345, #2400
  7. * util.c
  8. 代码整理, 添加注释
  9. fix #76, #89, #130, #150
  10. 2005-12-14 yangluo <yangluo@gaov-inc.com>
  11. * TSnew.c
  12. 给Session结构添加一个字段,存放客户端版本号。
  13. 退出时打印当前时间和版本号到log
  14. fix #314
  15. 2005-12-07 yangluo <yangluo@gaov-inc.com>
  16. * findcp.cpp
  17. added some debug output
  18. * TSnew.c : findCPPeers()
  19. return 2 CP if possible
  20. fix #199
  21. 2005-12-06 yangluo <yangluo@gaov-inc.com>
  22. + TSnew.h
  23. 将TSnew.c中的函数和结构声明分离出来,方便使用。
  24. + findcp.h findcp.cpp
  25. 实现根据ip地址查找并返回CP功能的模块。
  26. + ip.list
  27. ip映射表。
  28. * TSnew.c
  29. 加入根据ip查找并返回CP的功能。
  30. fix #158, #160
  31. 2005-12-02 yangluo <yangluo@gaov-inc.com>
  32. * TSnew.c
  33. 修改statlog写入策略,积累到一定数量时调用fflush写入磁盘。
  34. fix #151
  35. 2005-12-02 yangluo <yangluo@gaov-inc.com>
  36. * TSnew.c : int findCPPeers ()
  37. 使用纯随机,而不判断CP的负载。返回第一个有效的CP。
  38. * StructDefine.h
  39. 增加了几个新协议中会用到的结构。
  40. fix #145
  41. 2005-11-29 zhanghexiang <zhanghexiang@gaov-inc.com>
  42. * ProtocolDefine.h
  43. 新协议NP2TS_REPORT2
  44. * StructDefine.h
  45. 增加统计信息的协议包定义。删除无用的struct。
  46. * TSnew.c
  47. 为代码增加注释。
  48. 实现针对新协议的统计,将日志写入stat.log。
  49. 针对测试出的问题,修正一些BUG。
  50. * util.c
  51. 增加注释。
  52. + testTS/Makefile
  53. TS测试程序的makefile。
  54. + testTS/README-simulator3
  55. 测试程序说明。
  56. + testTS/common.h
  57. 处理协议适用的宏和struct。
  58. + testTS/np-simulator3.c
  59. 测试程序。
  60. fix #141
  61. 2005-11-29  zhanghexiang  <zhanghexiang@gaov-inc.com>
  62. fix #NONE