network
Here are 4,250 public repositories matching this topic...
-
Updated
May 1, 2020 - C++
-
Updated
Apr 29, 2020 - C++
-
Updated
Apr 29, 2020
-
Updated
Jan 22, 2020
-
Updated
Apr 30, 2020 - JavaScript
I have a 16 node working cluster using flannel ( vxlan mode with defaults ) for the kubernetes cni.
All 16 machines are bare metal CoreOS PXE boots, and are directly connected on the same subnet. ( 10.10.2.0/24 ). I see there is a new option for DirectRouting as long as all the nodes are on the same network.
I read in the docs that you cannot change the flannel type without restarting a
-
Updated
Mar 6, 2020 - Python
Project "Hinty" aims at adding Type hints to Scapy. It will help discover bugs, improve the API, and make Scapy up-to-date with the high standards of Python libraries.
Implementation
We use mypy to ensure automatic testing of the work that has already been completed. PRs that fall under project Hinty will process one (or a few) files and register them into the checks. The file
-
Updated
Mar 26, 2020 - Java
New Issue Checklist
- I have tried with the latest version of OHHTTPStubs
- I have read the README
- I have read the Using the right Swift Version of
OHHTTPStubsfor your project section - I have
Consider this scenario:
My phone is connected to WiFi(4g), the power goes off, and my mobile data(2g) kicks into action. If there were multiple assets fetched for 4g, all their low quality equivalents will now be fetched.
This will also happen when I am travelling between places as my data speed keeps fluctuating.
I am not sure what the solution to this problem is but I believe we shouldn'
-
Updated
Apr 29, 2020 - Shell
-
Updated
Apr 27, 2020 - Swift
-
Updated
May 1, 2020 - Lua
-
Updated
Jul 25, 2019 - JavaScript
-
Updated
Mar 12, 2020 - JavaScript
-
Updated
Apr 20, 2020 - C++
-
Updated
Apr 20, 2020 - Java
-
Updated
Feb 26, 2020 - Go
Improve this page
Add a description, image, and links to the network topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the network topic, visit your repo's landing page and select "manage topics."
Issue description
In writing rust zmq bindings for tokio, the question came up about when
zmq_sendandzmq_recvmight returnEAGAINwhen passed theZMQ_DONTWAITflag in a multipart message. The implication of the high water mark documentation is that it will only returnEAGAINon the first part of the multipart message, but I couldn't find it explicitly stated anywhere that this