Show
Ignore:
Timestamp:
04/07/06 21:22:14 (7 years ago)
Author:
ahu
Message:

add allow-from option to limit who can recurse. enable 'defer-accept' for TCP if available. fix controlsocket so it doesn't try to delete an empty file on error

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/rec_channel_rec.cc

    r656 r667  
    140140  addGetStat("noerror-answers", &g_stats.noErrors); 
    141141 
     142  addGetStat("unauthorized-udp", &g_stats.unauthorizedUDP); 
     143  addGetStat("unauthorized-tcp", &g_stats.unauthorizedTCP); 
     144 
    142145  addGetStat("answers0-1", &g_stats.answers0_1); 
    143146  addGetStat("answers1-10", &g_stats.answers1_10);