~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/ssl/src/ssl_int.hrl

  • Committer: Bazaar Package Importer
  • Author(s): Erlang Packagers, Sergei Golovan
  • Date: 2006-12-03 17:07:44 UTC
  • mfrom: (2.1.11 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203170744-rghjwupacqlzs6kv
Tags: 1:11.b.2-4
[ Sergei Golovan ]
Fixed erlang-base and erlang-base-hipe prerm scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
-define(SET_SEED, 41).
68
68
 
 
69
-define(GETCONNINFO, 42).
 
70
-define(GETCONNINFO_REP, 43).
 
71
-define(GETCONNINFO_ERR, 44).
 
72
 
 
73
%% --------------
 
74
 
 
75
-define(SSLv2, 1).
 
76
-define(SSLv3, 2).
 
77
-define(TLSv1, 4).
 
78
 
69
79
 
70
80
%% Set socket options codes  'SET_SOCK_OPT' 
71
81
-define(SET_TCP_NODELAY, 1).
72
82
 
73
 
-define(DEF_BACKLOG, 5).
 
83
-define(DEF_BACKLOG, 128).
74
84
 
75
85
-define(DEF_TIMEOUT, 10000).
76
86