Commit Graph

123 Commits (033b7d1f550a018bc5cb27fca3faba3f19233aed)

Author SHA1 Message Date
Richard Fuchs f107ab461a adding rudimentary insertion of ICE attributes
14 years ago
Richard Fuchs 30669f2cd3 support removal of ICE attributes
14 years ago
Richard Fuchs fc246e64d3 cant guarantee that the call struct is still valid when the response is sent, to copy strings
14 years ago
Richard Fuchs 0230985e91 get rid of another useless variable
14 years ago
Richard Fuchs 55380807f8 tags can be NULL
14 years ago
Richard Fuchs bf4df4dff9 remove more code duplication
14 years ago
Richard Fuchs 504995e47c return call stats in NG delete message reply
14 years ago
Richard Fuchs feb3b6bde1 adding some const for good measure
14 years ago
Richard Fuchs 3c764bed52 split NG stats collection into ng_call_stats()
14 years ago
Richard Fuchs f7da33b4a7 adding a UINT64F format macro
14 years ago
Richard Fuchs b2ad672086 make call_query_udp use the new call stats function
14 years ago
Richard Fuchs 495d4cf2bd keep track of "newest" timestamp
14 years ago
Richard Fuchs 267252542b create a struct for stats collection
14 years ago
Richard Fuchs 1adef8fe7b split stream traversal for stats query into separate function
14 years ago
Richard Fuchs 8c9fa012bd lets have a totals packet/bytes counter for each call
14 years ago
Richard Fuchs e9bf80768d add more bencode convenience functions
14 years ago
Richard Fuchs 1ef1c87545 add a prelim NG query command
14 years ago
Richard Fuchs aaa3f4d116 simplify call_query_udp a bit
14 years ago
Richard Fuchs f369c9f799 more redis support functions
14 years ago
Richard Fuchs 8d3b8e310a redis support functions
14 years ago
Richard Fuchs 20f33e56ff treat zero ip/port as wildcard when matching up old streams
14 years ago
Richard Fuchs 5cebf5adbd use peer_advertised where appropriate
14 years ago
Richard Fuchs fc6fe69075 replace IN6_IS_ADDR_UNSPECIFIED because it doesnt work for mapped addresses
14 years ago
Richard Fuchs 5d726fdf84 fix some ipv6 related bugs
14 years ago
Richard Fuchs 6adda7c301 keep track of sdp stream endpoints and use them as index when rewriting
14 years ago
Richard Fuchs bac4f31489 get rid of num parameter to sdp_replace
14 years ago
Richard Fuchs 7ca74b399e use iovec based sdp rewriting
14 years ago
Richard Fuchs df1b169cba handle consecutive ports in SDP
14 years ago
Richard Fuchs a67f03d1d3 introduce struct udp_fd
14 years ago
Richard Fuchs 4c14016f9f code cosmetics
14 years ago
Richard Fuchs 7137b784e9 implement a "relays cache"
14 years ago
Richard Fuchs 061507585c variable renaming - getting confusing
14 years ago
Richard Fuchs a45a7379ed obsolete get_port_pair()
14 years ago
Richard Fuchs ce2df6d90f exclude our own listening ports from RTP
14 years ago
Richard Fuchs 9ae844040a reimplement get_port_pair() to support multiple consecutive ports
14 years ago
Richard Fuchs e22b6a04fb support trust-address flag
14 years ago
Richard Fuchs ab3a47ae41 finish renaming control.[ch] to control_tcp.[ch]
14 years ago
Richard Fuchs efdc8efeb8 rename some command implementation functions for consistency
14 years ago
Richard Fuchs 9f78c2f17a implement call_delete_ng()
14 years ago
Richard Fuchs 3069720052 fix copy-pasto
14 years ago
Richard Fuchs 2872d18f43 implement call_answer
14 years ago
Richard Fuchs 5d1c2aabed support some flags passed from rtpproxy-ng module
14 years ago
Richard Fuchs 5accfd0751 dont return ipv6 address by default
14 years ago
Richard Fuchs 011e0e7e4e unify call_update_udp and call_lookup_udp
14 years ago
Richard Fuchs e5d7341bdc unify call_request and call_lookup
14 years ago
Richard Fuchs 6fd39168f1 obsolete infohash
14 years ago
Richard Fuchs ecc37e4b2a fix segfault related to null log_info
14 years ago
Richard Fuchs b66809bb8c use new struct stream_input where appropriate
14 years ago
Richard Fuchs 8fe26b2d3b obsolete the "mediatype" element
14 years ago
Richard Fuchs 9589a73b42 obsolete call{ed,ing}_agent element
14 years ago