Skip to content

Instantly share code, notes, and snippets.

View large's full-sized avatar
😀
Happy coding!

Lars Werner large

😀
Happy coding!
View GitHub Profile
@Mordo95
Mordo95 / TcpProxy.cs
Created February 7, 2018 15:10
Asynchronous TCP proxy in C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Sockets;
using System.Text;
using System.Threading.Tasks;
namespace HolePunchTest
{
public class TcpProxy