shadowsocks / shadowsocks-nodejs

https://github.com/shadowsocks/shadowsocks
Other
1.25k stars 724 forks source link

UDP support #63

Closed clowwindy closed 11 years ago

clowwindy commented 11 years ago
  1. The protocol UDP proxy MUST be fast.
  2. The protocol MUST be secure.
  3. Overhead SHOULD be as small as possible.

Calculating keys for each packet may be slow, we'll have to find a way out.

Reusing last block of last packet as the iv of the next packet is insecure.

clowwindy commented 11 years ago

Fixed in b15c17ee8f6a18ad9dc1e80dcfb94b422b8236c9