Changeset 2724 for pjproject/trunk/pjlib-util/src/pjlib-util/resolver.c
- Timestamp:
- May 29, 2009 1:04:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/src/pjlib-util/resolver.c
r2394 r2724 29 29 #include <pj/pool.h> 30 30 #include <pj/pool_buf.h> 31 #include <pj/rand.h> 31 32 #include <pj/string.h> 32 33 #include <pj/sock.h> … … 784 785 785 786 /* Save the ID and key */ 787 /* TODO: dnsext-forgery-resilient: randomize id for security */ 786 788 q->id = resolver->last_id++; 787 789 if (resolver->last_id == 0)
Note: See TracChangeset
for help on using the changeset viewer.