network-programming
Here are 645 public repositories matching this topic...
-
Updated
May 12, 2020 - C++
While looking at the code, I noticed there are several failure paths in the QuicPacketBuilderFinalize function that don't result in the current packet metadata being cleaned up. It could have a reference to a stream, which doesn't get released. This will at best leak additional memory, and at worst cause a hang in clean up.
-
Updated
May 19, 2020 - C
-
Updated
May 9, 2020 - Go
-
Updated
Sep 30, 2019 - Go
-
Updated
Feb 4, 2020
The tutorial in https://github.com/chmorgan/sharppcap/tree/master/Tutorial is currently found on codeproject.com, https://www.codeproject.com/Articles/12458/SharpPcap-A-Packet-Capture-Framework-for-NET, and could use to be updated to:
- Remove mention of airpcap
- Include latest released version
- Update links to GitHub rather than sourceforge
- Mention nuget packages
(I'm sure more)
-
Updated
May 19, 2020 - Python
-
Updated
Nov 3, 2015 - Java
-
Updated
Feb 18, 2020 - Go
-
Updated
May 18, 2020 - Python
-
Updated
May 24, 2019 - C
-
Updated
Feb 18, 2018 - C
Hi,
I wonder is there an example with remote peers? Peers that are running on different machines.
Thank you,
Rabah
-
Updated
Mar 30, 2019 - C
Background
Currently, we can read Ethernet frames with VLAN-tags, but not generate/create ones. We'd like to be able to generate packets with VLAN-tagged Ethernet frames. More information about tags can be found at https://docs.rs/capsule/latest/capsule/packets/struct.Ethernet.html#8021q and https://docs.rs/capsule/latest/capsule/packets/struct.Ethernet.html#8021ad, including links to specs/
-
Updated
Apr 4, 2018 - Python
Returns a Result<Option<P>, Error>
, but the docs are a bit terse
https://docs.rs/protocol/3.1.4/protocol/wire/stream/struct.Connection.html#method.receive_packet
Attempts to receive a packet
- Is this a non-blocking call?
- What does
Ok(None)
mean here? Is it an error? If this is non-blocking, does it mean try again later?
The IP Range
in the CIDR example should be
192.168.100.0 - 192.168.100.255
instead of
192.168.100.14 - 192.168.100.255
Possible fix:
fmt.Printf("IP Range: %s - %s\n", ipnet.IP, last)
-
Updated
Aug 28, 2019 - C++
NXOS plugins by default use the vrf management when applying scripts in equipments.
Need to have the option to choose the vrf name or the default one.
-
Updated
Nov 20, 2019 - Go
-
Updated
Nov 29, 2019 - Python
-
Updated
May 19, 2020 - Objective-C
-
Updated
Aug 30, 2017 - C++
-
Updated
Apr 30, 2020 - Clojure
-
Updated
Apr 18, 2020 - C#
Improve this page
Add a description, image, and links to the network-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the network-programming topic, visit your repo's landing page and select "manage topics."
Hi,
here it is said that
Error::TlsFail
means we encountered problems during TLS handshake but this error is also returned by other functions e.g one that loads private keyhttps://github.com/cloudflare/quiche/blob/c726d349120ce72e8f0a00cd5176fd0767325511/src/lib.rs#L475
Will it be a good idea if
TlsFail
has message