-
**Is your feature request related to a problem? Please describe.**
The ThreadX API is pretty lightweight and was just released under the MIT license [1]. We should implement a migration guide in Zeph…
-
Having worked with a few different modems lately (nRF9160, Quectel BC68, ESP8266) I note they all have APIs to open sockets, and read/write, etc, but they're all different. The nRF9160 uses a BSD-like…
-
Apologies for the uh, vague issue, but not sure of a better way to do this. We want fairly open-ended discussion about what a socket is. A starting point might be to look at how different *existing* s…
-
**Introduction**
A socket can be blocking or non-blocking. A blocking socket will block on potentially blocking operations like read and write, whereas a non-blocking socket will not. This means that…
-
**Describe the bug**
Calling setsockopt(impl->fd, 1, 2, &os_flags, 4U) without checking return value. This library function may fail and return an error code.
**Expected behavior**
Check return v…
-
Currently, the Fortanix SGX ABI only supports stream networking. This is sufficient for most use cases. No decision has been made whether to add datagram networking in the future or not. Some things t…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have up…
-
|[](https://github.com/wdauchy)| @wdauchy reported|
|-|-|
|Trac ID|trac#9101|
|Type|enhancement|
|Created|2017-04-01 05:56:19Z|
|Branch|https://github.com/twisted/twisted/tree/9101-wdauchy-tcp_reusepo…
-
1) socket(AF_INET, SOCK_RAW, XXX); and socket(AF_INET6, SOCK_RAW, XXX);
for any protocol XXX (tcp.... etc)
seem to be expressible
2) any userland code will need to be sudo'd to work (or sudo ghci t…
-
### Go version
go1.22.5
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/raggi/Library/Caches/go-build'
GOENV='/Users/ragg…
raggi updated
2 months ago