cNetwork: Implemented HostnameToIP lookups.
This commit is contained in:
19
tests/Network/EchoServer.cpp
Normal file
19
tests/Network/EchoServer.cpp
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
// EchoServer.cpp
|
||||
|
||||
// Implements an Echo server using the LibEvent-based cNetwork API, as a test of that API
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
// TODO
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user