~ubuntu-branches/ubuntu/precise/udt/precise

« back to all changes in this revision

Viewing changes to src/packet.h

  • Committer: Package Import Robot
  • Author(s): Jon Bernard
  • Date: 2011-08-31 23:31:06 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110831233106-zk73bs9s4izhtnk2
Tags: 4.9-1
* [0790269] New upstream version 4.9
* [166374a] Bump Standards-Version to 3.9.2, no changes necessary

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
 
Copyright (c) 2001 - 2010, The Board of Trustees of the University of Illinois.
 
2
Copyright (c) 2001 - 2011, The Board of Trustees of the University of Illinois.
3
3
All rights reserved.
4
4
 
5
5
Redistribution and use in source and binary forms, with or without
35
35
 
36
36
/*****************************************************************************
37
37
written by
38
 
   Yunhong Gu, last updated 04/25/2010
 
38
   Yunhong Gu, last updated 01/02/2011
39
39
*****************************************************************************/
40
40
 
41
41
#ifndef __UDT_PACKET_H__
201
201
public:
202
202
   CHandShake();
203
203
 
204
 
   int serialize(char* buf, const int& size);
 
204
   int serialize(char* buf, int& size);
205
205
   int deserialize(const char* buf, const int& size);
206
206
 
207
207
public: