Noam Meltzer

Results 7 issues of Noam Meltzer

This work is based on PR #674 while taking into consideration the review comments which caused the PR to be closed by the original author, @xpahos.

TPACKET_V3

The main idea is to allow the user to call the `bot.send*()` methods and get QOS of automatic retries. Specific requirements are: - Default behaviour will be: no retries (semantic...

enhancement

Hi, I would like to open a discussion for the following new API and offer to implement it. ### Problem: The return value of `DataLinkReceiver.next()` is a slice of a...

In order to parse HTTP based protocol (like RTSP) for example, it is required to know what is the name of the protocol. 1. This PR attempts very hard to...

This PR is a suggestion. I have done a minimal implementation, just so we have something to discuss. The problem I was facing was that I couldn't use a borrowed...

libcurl considers the form api deprecated. in `curl_formadd(3)` one of the first lines says: > This function is deprecated. Use curl_mime_init(3) instead. This pull requests implements a safe wrapper of...

On certain usage patterns it might be more suitable to reset the values of the encapsulated data during checkin (When `Checkout::drop()` is executed) instead of during checkout.