Skip to content

Instantly share code, notes, and snippets.

View tmds's full-sized avatar
💭
It's better to share!

Tom Deseyn tmds

💭
It's better to share!
View GitHub Profile
@tmds
tmds / Program.cs
Created March 16, 2017 08:58
Socket no CLOEXEC
using System;
using System.Diagnostics;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
namespace ConsoleApplication
{
public class Program
@tmds
tmds / gist:0684ad0f3e858879bd59913095240f15
Created November 22, 2016 10:29
MulticastInterface_Set_AnyInterface_Succeeds always hangs on Fedora 23/24
using System;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication
{
public class Program
{