-
Relevant text:
> 5.1. Using QUIC Handshake Authentication
>
> NETCONF over QUIC uses QUIC which uses TLS version 1.3 or greater.
> Therefore, the TLS handshake process can be used for en…
-
Tasks & Features:
* [x] #97
* [x] Implement basic daemon
* [ ] #98
* [ ] Decide upon network protocol
* [ ] Implement initial methods
* [ ] Decide upon reusable IDs (probably do like Erlang node…
-
I would like to start a TCP server in the browser and then tunnel this data to the server via Websocket. And that's exactly what this library should be able to do, right?
Can you please give me a s…
-
Hi there! I came across your work and want to try to forward a MS SQL connection on an Azure VM to my local machine using your TCP tunnel.
The binding defined on proxy-server side looks like this:
`…
-
### Is this the right place to submit this?
- [X] This is not a security vulnerability or a crashing bug
- [X] This is not a question about how to use Istio
### Bug Description
### Use case:
Istio…
-
What can i connect scrcpy over hotspot ?
You said a few weeks ago that i have to connect scrcpy to gateway ip. I don't understand.
My ip adress over hotspot is 192.168.42.10
First i connect pc on …
-
I am using the NativeEthernet library on a Teensy 4.1 to run a web server while also sending UDP packets. When the web server is opened or refreshed in a browser, I observe significant packet loss in …
-
For TCP, there are two kinds of sockets, those bound (on which `accept` makes sense), and those connected or accepted (on which read/write makes sense). These are the same type in POSIX systems, but c…
-
## Steps to reproduce
How'd you do it?
1. Start smb capture module:
```
msf6 > use auxiliary/server/capture/smb
msf6 auxiliary(server/capture/smb) > run
[*] Auxiliary module running as bac…
-
Hello,
I want to run Tds with TCP protocol. Because our application has to communicate with remote SQL server using TCP.
Is there any option to pass the protocol?
Please clarify.
@matreyes …