diff options
author | Ed Swierk <eswierk@aristanetworks.com> | 2009-07-22 17:53:15 -0700 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:09:15 -0500 |
commit | 97df1ee542eb5aeec42ce1244fa9da86f9209ee3 (patch) | |
tree | 1cc14678a68f12edc72dd9f1fe36904568abb10a /slirp/misc.h | |
parent | 3174ecd128ba5a4dc67de2a23cf2d385af1c4e70 (diff) |
slirp: Remove UDP protocol emulation (talk, cuseeme)
The UDP emulation code for talk has been commented out since the
beginning of time, and unless someone who runs CU-SeeMe on qemu with
user-mode networking can vouch that the special magic (a) is necessary
and (b) works, let's get rid of the code.
Signed-off-by: Ed Swierk <eswierk@aristanetworks.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'slirp/misc.h')
-rw-r--r-- | slirp/misc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/slirp/misc.h b/slirp/misc.h index c335394356..da68d09950 100644 --- a/slirp/misc.h +++ b/slirp/misc.h @@ -36,11 +36,6 @@ void do_wait(int); #define EMU_NOCONNECT 0x10 /* Don't connect */ -/* UDP emulations */ -#define EMU_TALK 0x1 -#define EMU_NTALK 0x2 -#define EMU_CUSEEME 0x3 - struct tos_t { u_int16_t lport; u_int16_t fport; |