Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

lwip2 updates: no more git sub-sub-module deps, faster checksum, backlog limitation and other fixes#6887

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
d-a-v merged 24 commits intoesp8266:masterfromd-a-v:nosubsub
Feb 18, 2020
Merged
Changes from1 commit
Commits
Show all changes
24 commits
Select commitHold shift + click to select a range
e4137aa
upstream lwIP is now downloaded by a makefile, not subsubmoduled
d-a-vDec 7, 2019
48f940f
lwip2: upstream lwIP not sub-sub-modules anymore
d-a-vDec 7, 2019
eb9134d
Merge branch 'master' into nosubsub
d-a-vJan 23, 2020
e8984bd
lwip2: enable tcp-listen-with-backlog feature
d-a-vJan 23, 2020
e2a72b4
lwip2 submodule update:
d-a-vJan 23, 2020
215c100
fix mock
d-a-vJan 24, 2020
b35eaec
issue with pio
d-a-vJan 24, 2020
c019633
test
d-a-vJan 24, 2020
2530e93
pio test
d-a-vJan 24, 2020
f8ee1f6
pio test
d-a-vJan 24, 2020
94bd6fa
pio test
d-a-vJan 24, 2020
d15245a
platformio CI now works locally, by explicitly using pip3
d-a-vJan 24, 2020
70e979b
add pip3 for pio builds
d-a-vJan 24, 2020
ea312ad
wip python3
d-a-vJan 24, 2020
9252626
Merge branch 'master' into nosubsub
devyteFeb 5, 2020
7eb2617
Merge branch 'master' into nosubsub
d-a-vFeb 5, 2020
886ded0
more comments, fix backlog management, fix API
d-a-vFeb 5, 2020
3cf71c3
typo
d-a-vFeb 5, 2020
a752406
fix mock on host
d-a-vFeb 5, 2020
1542792
update to lwip2 master
d-a-vFeb 5, 2020
daa0491
move default value definition in .cpp
d-a-vFeb 5, 2020
f3edd7a
Merge branch 'master' into nosubsub
d-a-vFeb 17, 2020
c4bad00
improved backlog handling, it is no more a breaking change
d-a-vFeb 17, 2020
53fa67a
Merge branch 'master' into nosubsub
d-a-vFeb 17, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
fix mock on host
  • Loading branch information
@d-a-v
d-a-v committedFeb 5, 2020
commita752406a500757a83a9969253b9d5b0ad6cb0c3a
2 changes: 1 addition & 1 deletiontests/host/common/MockWiFiServerSocket.cpp
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -58,7 +58,7 @@ int serverAccept (int srvsock)
return mockSockSetup(clisock);
}

void WiFiServer::begin (uint16_t port,int backlog)
void WiFiServer::begin (uint16_t port,uint8_t backlog)
{
(void)backlog;
_port = port;
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp