net
Here are 958 public repositories matching this topic...
-
Updated
Jun 8, 2020 - C#
Rename tag
in elif ACL_WINDOWS
lib_acl/src/net/acl_vstream_net.c
line 117
@@ -114,7 +114,7 @@ ACL_VSTREAM *acl_vstream_accept_ex(ACL_VSTREAM *sstream,
connfd = acl_accept(servfd, buf, sizeof(buf), NULL);
} else if (sstream->iocp_sock == ACL_SOCKET_INVALID) {
return NULL;
- else {
+ } else {
int ret;
co
I noticed that the "certificate weakening" TlsOptions like IgnoreCertificateChainErrors, IgnoreCertificateRevocationErrors, AllowUntrustedCertificates and CertificateValidationCallback have no effect when using web socket connections.
I understand this is because the underlying api (System.Net.WebSockets) does not support this (at least not in all target frameworks), but I think it should be no
-
Updated
May 15, 2020 - JavaScript
-
Updated
Feb 29, 2020 - C#
-
Updated
Jun 15, 2020 - C#
-
Updated
Apr 16, 2020 - C#
Serialization format
Hello Riki, your serializer looks very promising!
I'm wondering whether its physical format stable enough to be standardized?
Would be great to have a wire-compatible javascript version of the .NET serializer.
Existing formats like Json, Bson or MessagePack are quite limited (don't support circular references, etc).
Regards, Alex
TypeBinder example
Describe the bug:
The VisualProgressBar control does not draw using the ProgressBar color from the theme.
To Reproduce:
Steps to reproduce the behavior:
- Run the VisualThemeBuilder.
- Change the ProgressBar color to something obviously non-green.
- Select, in sequence, from the controls dropdown the VisualGuage, VisualRadialProgress, and VisualProgressBar entries.
- Observe t
-
Updated
May 8, 2020 - C#
-
Updated
May 9, 2018 - Python
-
Updated
Jun 15, 2020 - C#
-
Updated
Jun 15, 2020 - C#
To start off with, thank you for your work.
I'd like to clearify a few things, and maybe help other users who also struggle on the same topic.
Running FluentDocker 2.7.1
I've spent several hours trying to find out
how to easily use remote docker hosts WITHOUT using docker-machine, and WITHOUT SSH keys.
In our local dev & test environment with have several docker host serv
-
Updated
Jun 8, 2019 - C#
-
Updated
May 14, 2020 - C#
-
Updated
Jul 22, 2019 - C#
-
Updated
May 25, 2020 - JavaScript
-
Updated
May 25, 2020 - C#
More Documentation
I just came across this project and it looks promising :)
But I'm missing the most basic instructions about some of the features, like how I enable HTTP2 support and create non-blocking HTTP servers.
Also, I guess there is a pre-fork mode. How does this handle load balancing between children if they each are handling multiple requests?
Improve this page
Add a description, image, and links to the net topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the net topic, visit your repo's landing page and select "manage topics."
Please add the ability to change the client tag in main form