i'm trying to get udhcpd, but the connection stuck on 0% :

Code:
apt-get install udhcpd
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  udhcpd
0 upgraded, 1 newly installed, 0 to remove and 18 not upgraded.
Need to get 24,2 kB of archives.
After this operation, 88,1 kB of additional disk space will be used.
0% [Connecting to http.kali.org (192.99.200.113)]
.. 10 sec and :

Code:
root@a:~# apt-get install udhcpd
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  udhcpd
0 upgraded, 1 newly installed, 0 to remove and 18 not upgraded.
Need to get 24,2 kB of archives.
After this operation, 88,1 kB of additional disk space will be used.
Err:1 http://http.kali.org/kali sana/main amd64 udhcpd amd64 1:1.22.0-9+deb8u1
  Could not connect to http.kali.org:80 (192.99.200.113), connection timed out
E: Failed to fetch http://http.kali.org/kali/pool/main/b/busybox/udhcpd_1.22.0-9+deb8u1_amd64.deb  Could not connect to http.kali.org:80 (192.99.200.113), connection timed out

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
any ideas what's wrong ?

thanks