Changeset 87 for trunk/sources/thelib/include/protocols/protocoltypes.h
- Timestamp:
- 08/21/10 19:30:35 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/thelib/include/protocols/protocoltypes.h
r58 r87 1 1 /* 2 * Copyright (c) 2010,3 * Gavriloaie Eugen-Andrei (shiretu@gmail.com)4 * 5 * This file is part of crtmpserver.6 * crtmpserver is free software: you can redistribute it and/or modify7 * it under the terms of the GNU General Public License as published by8 * the Free Software Foundation, either version 3 of the License, or9 * (at your option) any later version.10 * 11 * crtmpserver is distributed in the hope that it will be useful,12 * but WITHOUT ANY WARRANTY; without even the implied warranty of13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the14 * GNU General Public License for more details.15 * 16 * You should have received a copy of the GNU General Public License17 * along with crtmpserver. If not, see <http://www.gnu.org/licenses/>.18 */2 * Copyright (c) 2010, 3 * Gavriloaie Eugen-Andrei (shiretu@gmail.com) 4 * 5 * This file is part of crtmpserver. 6 * crtmpserver is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * crtmpserver is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with crtmpserver. If not, see <http://www.gnu.org/licenses/>. 18 */ 19 19 20 20 … … 34 34 //RTMP protocols 35 35 #define PT_INBOUND_RTMP MAKE_TAG2('I','R') 36 #define PT_OUTBOUND_RTMP MAKE_TAG2('O','R')36 #define PT_OUTBOUND_RTMP MAKE_TAG2('O','R') 37 37 #define PT_MONITOR_RTMP MAKE_TAG2('M','R') 38 38 39 39 //encryption protocols 40 40 #define PT_RTMPE MAKE_TAG2('R','E') 41 #define PT_SSL MAKE_TAG3('S','S','L') 41 #define PT_INBOUND_SSL MAKE_TAG4('I','S','S','L') 42 #define PT_OUTBOUND_SSL MAKE_TAG4('O','S','S','L') 42 43 43 44 //Async DNS protocols … … 49 50 50 51 //HTTP protocols 51 #define PT_INBOUND_HTTP MAKE_TAG4('I','H','T','T')52 #define PT_INBOUND_HTTP_FOR_RTMP MAKE_TAG4('I','H','4','R')52 #define PT_INBOUND_HTTP MAKE_TAG4('I','H','T','T') 53 #define PT_INBOUND_HTTP_FOR_RTMP MAKE_TAG4('I','H','4','R') 53 54 #define PT_OUTBOUND_HTTP MAKE_TAG4('O','H','T','T') 54 55 #define PT_OUTBOUND_HTTP_FOR_RTMP MAKE_TAG4('O','H','4','R')
Note: See TracChangeset
for help on using the changeset viewer.
