-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ClientContext (tcp) updates #5089
Merged
Merged
Changes from 14 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
6c64759
wip
d-a-v 746ec81
cc wip
d-a-v 53c9222
cc wip
d-a-v 6de50d4
cc comments
d-a-v 2dd152d
wip cc
d-a-v f87602a
+sync, get/set default nodelay, sync
d-a-v 6be4b6f
default nodelay=1
d-a-v 8f7fb1e
update flush()
d-a-v c0bea2b
fix return value
d-a-v d00ac35
ClientContext: put things together
d-a-v 53931c5
wip
d-a-v 81ec0f4
cc wip
d-a-v fbf1dd1
cc wip
d-a-v b4a918f
cc comments
d-a-v c14eeef
wip cc
d-a-v 238610e
+sync, get/set default nodelay, sync
d-a-v d0036a1
default nodelay=1
d-a-v e4c187b
update flush()
d-a-v d31d6f2
fix return value
d-a-v 5cf60b6
ClientContext: put things together
d-a-v a058506
Move SSLContext to its own header (#5121)
earlephilhower a7a5959
Fix connection options and update github pubkey (#5120)
earlephilhower d06cac2
ClientContext: fix debugging messages
d-a-v e8c659e
Merge branch 'master' into ClientContext
earlephilhower f271b2a
WiFiClient: move static members out of the class, add comments
d-a-v 7f57694
Merge branch 'ClientContext' of github.com:d-a-v/Arduino into ClientC…
d-a-v 888bdb8
remove circular dependency
d-a-v c59a91f
parameter and return value for Client::flush&stop, flush timeout rais…
d-a-v 3c54c9e
Merge branch 'master' into ClientContext
d-a-v 8414e17
tcp flush: restart timer on ack receive
d-a-v 4d62879
OTA protocol needs setNoDelay(true)
d-a-v 826b8b5
fix Ethernet with Client changes
d-a-v 3fa6a97
1 line unredable -> 5 lines readable code
d-a-v 72b59d9
Merge branch 'master' into ClientContext
d-a-v 7752c98
doc
d-a-v c160d17
doc
d-a-v db8fe6c
doc
d-a-v 8bb444d
doc
d-a-v 33dee32
Update client-class.rst
devyte File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest a big fat comment here about what the four combinations of nodelay and sync do, because I can't for the life of me keep them straight in my head.