- Timestamp:
- May 22, 2009 4:13:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/sipit24/pjlib-util/src/pjlib-util/resolver.c
r2394 r2722 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.