auth_chain.py 文件源码

python
阅读 28 收藏 0 点赞 0 评论 0

项目:ssrr 作者: do21 项目源码 文件源码
def check_and_patch_data_size(self, random):
        # append new item
        # when the biggest item(first time) or the last append item(other time) are not big enough.
        # but set a limit size (64) to avoid stack overflow.
        if self.data_size_list0[-1] < 1300 and len(self.data_size_list0) < 64:
            self.data_size_list0.append((int)(random.next() % 2340 % 2040 % 1440))
            self.check_and_patch_data_size(random)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号