~vojtech-horky/helenos/helenos-qemu

« back to all changes in this revision

Viewing changes to uspace/srv/net/tcp/seq_no.h

  • Committer: Vojtech Horky
  • Date: 2017-06-14 06:22:31 UTC
  • mfrom: (2103.1.569 HelenOS.mainline)
  • Revision ID: vojtechhorky@users.sourceforge.net-20170614062231-q4ui9pyxp0gs2hrl
MergeĀ mainlineĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#ifndef SEQ_NO_H
36
36
#define SEQ_NO_H
37
37
 
38
 
#include <sys/types.h>
 
38
#include <stdint.h>
39
39
#include "tcp_type.h"
40
40
 
41
41
extern bool seq_no_ack_acceptable(tcp_conn_t *, uint32_t);