[GitHub] [incubator-nuttx] a-lunev commented on pull request #5102: net/tcp(unbuffered): removed excessive overwrites of conn->sndseq

2022-01-02 Thread GitBox
it failed. Actually, it works if I revert this PR. > > Please see the wireshark logs. > > [spresense-rndis-wget-logs-20220102.zip](https://github.com/apache/incubator-nuttx/files/7798596/spresense-rndis-wget-logs-20220102.zip) Thank you for letting me know. I was able t

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5137: net/tcp(unbuffered): fast retransmit on duplicate acknowledgments

2022-01-02 Thread GitBox
xiaoxiang781216 merged pull request #5137: URL: https://github.com/apache/incubator-nuttx/pull/5137 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail

[incubator-nuttx] branch master updated: net/tcp(unbuffered): fast retransmit on duplicate acknowledgments

2022-01-02 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 0afb1d8 net/tcp(unbuffered): fast r

[GitHub] [incubator-nuttx] a-lunev opened a new pull request #5138: net/tcp(unbuffered): advance sndseq by +1 because SYN and FIN occupy one sequence number

2022-01-02 Thread GitBox
a-lunev opened a new pull request #5138: URL: https://github.com/apache/incubator-nuttx/pull/5138 ## Summary Advance sndseq by +1 because SYN and FIN occupy one sequence number (RFC 793). This PR refers to my previous PR #5102. ## Impact TCP ## Testing

[GitHub] [incubator-nuttx] a-lunev commented on pull request #5102: net/tcp(unbuffered): removed excessive overwrites of conn->sndseq

2022-01-02 Thread GitBox
a-lunev commented on pull request #5102: URL: https://github.com/apache/incubator-nuttx/pull/5102#issuecomment-1003743931 @masayuki2009 could you please review and test #5138 for the found issue? -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request #5139: userspace: fix typos in comments

2022-01-02 Thread GitBox
pkarashchenko opened a new pull request #5139: URL: https://github.com/apache/incubator-nuttx/pull/5139 ## Summary Fix few typos in comments ## Impact No functional changes ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respon

[incubator-nuttx] branch master updated: userspace: fix typos in comments

2022-01-02 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new d23ad9b userspace: fix typos in c

[GitHub] [incubator-nuttx] Ouss4 merged pull request #5139: userspace: fix typos in comments

2022-01-02 Thread GitBox
Ouss4 merged pull request #5139: URL: https://github.com/apache/incubator-nuttx/pull/5139 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request #5140: drivers/sensors/as5048b: fix lower half init issue

2022-01-02 Thread GitBox
pkarashchenko opened a new pull request #5140: URL: https://github.com/apache/incubator-nuttx/pull/5140 ## Summary AS5048B quadrature encoder lower half struct is initialized in a wrong way, so improper handlers are assigned. ## Impact AS5048B users ## Testing Pass CI

[incubator-nuttx-website] branch asf-site updated: Publishing web: adbba922a8890b650c27ecac31f9d26fe25e1ec4 docs: d23ad9b9b0733c99371a0c50ec2e6cf74dd2a92c

2022-01-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 7d76533 Publishing web

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5138: net/tcp(unbuffered): advance sndseq by +1 because SYN and FIN occupy one sequence number

2022-01-02 Thread GitBox
masayuki2009 commented on pull request #5138: URL: https://github.com/apache/incubator-nuttx/pull/5138#issuecomment-1003848173 @a-lunev I confirmed spresense:rndis (both CONFIG_NET_TCP_WRITE_BUFFERS n and y) work. Thanks for the quick fix. Let me merge this PR. -- This i

[incubator-nuttx] branch master updated: net/tcp(unbuffered): advance sndseq by +1 because SYN and FIN occupy one sequence number (RFC 793)

2022-01-02 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new e9ab3ad net/tcp(unbuffered): advance

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #5138: net/tcp(unbuffered): advance sndseq by +1 because SYN and FIN occupy one sequence number

2022-01-02 Thread GitBox
masayuki2009 merged pull request #5138: URL: https://github.com/apache/incubator-nuttx/pull/5138 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: c

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5132: vnc: Decouple VNC server from NX graphic stack

2022-01-02 Thread GitBox
xiaoxiang781216 merged pull request #5132: URL: https://github.com/apache/incubator-nuttx/pull/5132 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail

[incubator-nuttx] branch master updated (e9ab3ad -> d230919)

2022-01-02 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from e9ab3ad net/tcp(unbuffered): advance sndseq by +1 because SYN and FIN occupy one sequence number (RFC 7

[incubator-nuttx] branch master updated: drivers/sensors/as5048b: fix lower half init issue

2022-01-02 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new c7d3a67 drivers/sensors/as5048b: fi

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5140: drivers/sensors/as5048b: fix lower half init issue

2022-01-02 Thread GitBox
xiaoxiang781216 merged pull request #5140: URL: https://github.com/apache/incubator-nuttx/pull/5140 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5089: WIP Add esp32c3 module: Lilygo TTGO D1 Plus aka TTGO T-01 Plus.

2022-01-02 Thread GitBox
xiaoxiang781216 commented on pull request #5089: URL: https://github.com/apache/incubator-nuttx/pull/5089#issuecomment-1003854696 @Burtrum you don't need close PR, it's more simple to "git push -f your_branch" after your local branch is ready. -- This is an automated message from the Apa

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5138: net/tcp(unbuffered): advance sndseq by +1 because SYN and FIN occupy one sequence number

2022-01-02 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5138: URL: https://github.com/apache/incubator-nuttx/pull/5138#discussion_r777287890 ## File path: net/tcp/tcp_input.c ## @@ -870,6 +870,11 @@ static void tcp_input(FAR struct net_driver_s *dev, uint8_t domain,