[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[Libevent-users] evdns never responds
- To: libevent-users@xxxxxxxx
- Subject: [Libevent-users] evdns never responds
- From: "Bob T. Terminal" <bob.t.terminal@xxxxxxxxx>
- Date: Thu, 5 Nov 2009 13:25:49 -0600
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Thu, 05 Nov 2009 14:27:55 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=HI/BEdMVe9Av6qj4Vu9yP2hQXb0L2SOmBvikMDh3B54=; b=f1BU+ZhlCjGamPo9xOO3nzxbmqGJJYBC0lGUHDbnCUkH6XDdcFDi0eISW5f4n0SSQf gigJeMtIVMZ/ITVhPzrw+c894H2WlW1EaHuTUGGGceEf4PzAlJYkbOCF/wA3Mp/jJUA8 2WRV+8ojmVAY5XUFbRdMxbNPUe5eWFPUGR6HQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=vwd0X1H51ou3DQ2lhiXZzXjRuycq54A+XZgPw2nRbM41vz464UkAL84juyGasJw2GU kBDjI6RCE/r1zEFbho466aqKUs+Oc9kXZ7lRimJ8Jgg/K2bZ7uVHw32DwtFm3dWCKn8X B/xfD7vK1Mz1GyvU0WPGBfIr+DEET1sudg+H8=
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
I am trying to create a custom dns server using libevent with evdns. I
followed the example included within evdns and have a working
resolver. When I make a dns query from the same machine the sever is
running on everything works, but when i make a call from another
computer to the server the call comes in but
evdns_server_request_respond says that it replied successfully but the
client times out and never gets a response. Any suggestions?
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.