Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
c361dacf
Commit
c361dacf
authored
Jun 05, 2013
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update shadowsocks
parent
c486fd75
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2 additions
and
2 deletions
+2
-2
src/main/assets/arm/shadowsocks
src/main/assets/arm/shadowsocks
+0
-0
src/main/assets/arm/tun2socks
src/main/assets/arm/tun2socks
+0
-0
src/main/assets/x86/shadowsocks
src/main/assets/x86/shadowsocks
+0
-0
src/main/assets/x86/tun2socks
src/main/assets/x86/tun2socks
+0
-0
src/main/jni/badvpn/tun2socks/tun2socks.c
src/main/jni/badvpn/tun2socks/tun2socks.c
+1
-1
src/main/jni/shadowsocks
src/main/jni/shadowsocks
+1
-1
No files found.
src/main/assets/arm/shadowsocks
View file @
c361dacf
No preview for this file type
src/main/assets/arm/tun2socks
View file @
c361dacf
No preview for this file type
src/main/assets/x86/shadowsocks
View file @
c361dacf
No preview for this file type
src/main/assets/x86/tun2socks
View file @
c361dacf
No preview for this file type
src/main/jni/badvpn/tun2socks/tun2socks.c
View file @
c361dacf
...
...
@@ -1232,7 +1232,7 @@ int process_device_dns_packet (uint8_t *data, int data_len)
ipv4_header
.
checksum
=
ipv4_checksum
(
&
ipv4_header
,
NULL
,
0
);
// build UDP header
udp_header
.
dest_port
=
hton16
(
dnsgw
.
ipv4
.
port
)
;
udp_header
.
dest_port
=
dnsgw
.
ipv4
.
port
;
udp_header
.
checksum
=
hton16
(
0
);
udp_header
.
checksum
=
udp_checksum
(
&
udp_header
,
data
,
data_len
,
ipv4_header
.
source_address
,
ipv4_header
.
destination_address
);
...
...
shadowsocks
@
ad44a0f6
Subproject commit
81b1184de3dd497d7855578f779a2eddff42b90c
Subproject commit
ad44a0f6bd07d198fd116469c45abc209321776f
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment