Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hondo

Pages: [1]
1
Scripting Languages / Re: [Python] Udemy course extractor
« on: October 07, 2015, 04:44:46 am »
how i can work with it
can u explain plz
because i have the error in the line 2
with Import Requests

pip install requests

2
Networking / Re: Reliable UDP
« on: October 07, 2015, 04:38:05 am »
I'm suprised nobody mentioned QUIC (quick udp internet connections). It's part of the chromium project.

It's built on top of UDP but is more similar to TCP since it provides a reliable connection.

General info:
https://www.chromium.org/quic

You can test out a client/server:
https://www.chromium.org/quic/playing-with-quic

Some VPN clients have implemented the protocol, IPVanish for example.

Pages: [1]