소스 검색

We must now set the ratio when creating hash tables.

master
Richard Nyberg 16 년 전
부모
커밋
966dd4f6e7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      btpd/tlib.c

+ 2
- 2
btpd/tlib.c 파일 보기

@@ -309,8 +309,8 @@ tlib_init(void)
uint8_t hash[20];
char file[PATH_MAX];

m_numtbl = numtbl_create(num_test, num_hash);
m_hashtbl = hashtbl_create(id_test, id_hash);
m_numtbl = numtbl_create(1, num_test, num_hash);
m_hashtbl = hashtbl_create(1, id_test, id_hash);
if (m_numtbl == NULL || m_hashtbl == NULL)
btpd_err("Out of memory.\n");



불러오는 중...
취소
저장