mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
18 lines
352 B
C#
18 lines
352 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using Cosmos.Hardware.Network.TCPIPModel.TransportLayer.UDP;
|
|
|
|
namespace FrodeTest.Test
|
|
{
|
|
public class UDPTest
|
|
{
|
|
public static void RunTest()
|
|
{
|
|
Console.WriteLine("Testing UDP");
|
|
|
|
|
|
}
|
|
}
|
|
}
|