search for: d04b0edf

Displaying 4 results from an estimated 4 matches for "d04b0edf".

2013 Nov 30
3
[PATCH] efi: reuse UDP port with sendto
...== 0 until we know the second RemotePort then use core_udp_connect() to use that RemotePort exclusively. I'd say the observed behavior should be expected and that it's bug(s) in how Syslinux treats EFI. Celelibi, Jason: Is there any chance you two could try my branch efi-fixes (commit d04b0edf) as I believe this solves the issues of the changing StationPort and routing difficulties of both a single subnet and multiple subnets? -- -Gene
2013 Dec 01
1
[PATCH] efi: reuse UDP port with sendto
On Nov 30, 2013 7:33 PM, "Geert Stappers" <stappers at stappers.nl> wrote: > > Op 2013-11-30 om 13:12 schreef Gene Cumm: > <bigsnip/> > > > > Is there any chance you two could try my branch efi-fixes (commit > > d04b0edf) as I believe this solves the issues of the changing > > StationPort and routing difficulties of both a single subnet and > > multiple subnets? > > What is the URL of the git repository? > > > Groeten > Geert Stappers > who was triggered on "my branch" So...
2013 Dec 01
0
[PATCH] efi: reuse UDP port with sendto
Op 2013-11-30 om 13:12 schreef Gene Cumm: <bigsnip/> > > Is there any chance you two could try my branch efi-fixes (commit > d04b0edf) as I believe this solves the issues of the changing > StationPort and routing difficulties of both a single subnet and > multiple subnets? What is the URL of the git repository? Groeten Geert Stappers who was triggered on "my branch"
2013 Nov 29
2
[PATCH] efi: reuse UDP port with sendto
On Thu, Nov 28, 2013 at 9:47 PM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Thu, Nov 28, 2013 at 9:34 PM, Celelibi <celelibi at gmail.com> wrote: >> Without an assigned source port, Transmit function assign a random new >> source port to the packet being sent. It thus have to be set before >> calling Transmit if the source port have already been decided.