Browse Source

fix #219

pull/224/head
Max Lv 10 years ago
parent
commit
02111b64c2
1 changed files with 3 additions and 0 deletions
  1. 3
      src/socks5.h

3
src/socks5.h

@ -30,6 +30,7 @@
#define IPV6 0x04
#define CMD_NOT_SUPPORTED 0x07
#pragma pack(push)
#pragma pack(1)
struct method_select_request {
@ -57,5 +58,7 @@ struct socks5_response {
char atyp;
};
#pragma pack(pop)
#endif //_SOCKS5_H
Loading…
Cancel
Save