Browse code

Initial implementation of sshchat client as a simple forwarder (with bugs)

Dario Rodriguez authored on 16/12/2015 21:52:13
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,12 @@
1
+/*
2
+ * sshchat.h
3
+ *
4
+ * Common constants for server and client parts of sshchat.
5
+ *
6
+ * Author: Dario Rodriguez dario@softhome.net
7
+ * This program is licensed under the terms of the GPL v2.1+
8
+ */
9
+
10
+#define SERVERPORT 4798
11
+
12
+