~ubuntu-branches/ubuntu/wily/trafficserver/wily

« back to all changes in this revision

Viewing changes to iocore/net/UnixNetProcessor.cc

  • Committer: Bazaar Package Importer
  • Author(s): Arno Töll
  • Date: 2011-08-02 22:58:37 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110802225837-9za69cy1kq4vh93m
Tags: 3.0.1-2
* Fix "please add armhf to the arch list" - add armhf to the list of supported
  architectures. Thanks Konstantinos Margaritis for the hint (Closes: #636338)
* Remove IA64 from the list of supported architectures. The upgrade to the gcc
  4.6 toolchain disclosed portability issues with it, which caused the resul-
  ting binary package to produce no-op code in some functions. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
390
390
                    int _timeout, NetVCOptions * opt)
391
391
  {
392
392
    action_ = cont;
393
 
    timeout = HRTIME_MSECONDS(_timeout);
 
393
    timeout = HRTIME_SECONDS(_timeout);
394
394
    recursion++;
395
395
    netProcessor.connect_re(this, ip, port, opt);
396
396
    recursion--;