Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
99cc9e12
Commit
99cc9e12
authored
Nov 18, 2015
by
Johny Mattsson
Browse files
Merge pull request #770 from DiUS/fix-tcp-random-nossl
Ensure ld-provided port alias is properly aligned.
parents
7c971798
4888c5fc
Changes
1
Show whitespace changes
Inline
Side-by-side
ld/nodemcu.ld
View file @
99cc9e12
...
...
@@ -115,6 +115,7 @@ SECTIONS
*(.data)
/* Hook for randomizing TCP start numbers */
. = ALIGN(2);
_tcp_new_port_port = ABSOLUTE(.);
*/liblwip.a:tcp.o(.port)
/* Verify that the LWIP source has been patched as needed, or fail with
...
...
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