~ubuntu-branches/ubuntu/utopic/libhdhomerun/utopic

« back to all changes in this revision

Viewing changes to hdhomerun_control.c

  • Committer: Package Import Robot
  • Author(s): Francois Marier
  • Date: 2014-06-05 22:56:47 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140605225647-zd7zhxfepoukgdf8
Tags: 20140604-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#define HDHOMERUN_CONTROL_CONNECT_TIMEOUT 2500
24
24
#define HDHOMERUN_CONTROL_SEND_TIMEOUT 2500
25
25
#define HDHOMERUN_CONTROL_RECV_TIMEOUT 2500
26
 
#define HDHOMERUN_CONTROL_UPGRADE_TIMEOUT 20000
 
26
#define HDHOMERUN_CONTROL_UPGRADE_TIMEOUT 30000
27
27
 
28
28
struct hdhomerun_control_sock_t {
29
29
        uint32_t desired_device_id;